hestia: init
This commit is contained in:
parent
7a5300b6a2
commit
a30f8b19a6
4 changed files with 77 additions and 0 deletions
13
hosts/hestia/default.nix
Normal file
13
hosts/hestia/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disks.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
networking.hostId = "85eb2d89"; # "hestia" in base64->hex
|
||||
|
||||
modules.hardware.form.server = true;
|
||||
boot.loader.timeout = 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue