hestia: init

This commit is contained in:
Infinidoge 2024-11-23 09:42:19 -05:00
parent 7a5300b6a2
commit a30f8b19a6
No known key found for this signature in database
4 changed files with 77 additions and 0 deletions

13
hosts/hestia/default.nix Normal file
View 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;
}