adding h001 host
This commit is contained in:
parent
e671f877d9
commit
cafc84e17e
30 changed files with 2173 additions and 614 deletions
7
hosts/h001/configuration.nix
Normal file
7
hosts/h001/configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue