mirror of
https://github.com/kmein/niveum
synced 2026-03-23 13:21:06 +01:00
kropsify some more
This commit is contained in:
14
systems/homeros/configuration.nix
Normal file
14
systems/homeros/configuration.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports =
|
||||
[ <systems/generic.nix>
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "homeros";
|
||||
|
||||
system.stateVersion = "19.03";
|
||||
}
|
||||
Reference in New Issue
Block a user