keylime: we getting there

This commit is contained in:
41666 2023-12-23 11:33:57 -05:00
parent 6d37fd27fc
commit 0a1d80d7e1
2 changed files with 6 additions and 2 deletions

View file

@ -3,8 +3,10 @@
../../templates/proxmox-lxc.nix
../../server.nix
../../features/podman.nix
../../features/dns-cache.nix
];
networking.hostname = "keylime";
networking.hostName = "keylime";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
}