quitte: move back to bare-metal

Das Proxmox ist tot. Lang lebe NixOS!
This commit is contained in:
Rouven Seifert 2024-03-28 18:06:41 +01:00
parent e18a99c452
commit f2af8d0a75
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 42 additions and 38 deletions

View file

@ -12,7 +12,7 @@
enable = true;
networks."10-wired-default" = config.systemd.network.networks."10-wired-default";
};
users.root.shell = "/bin/systemd-tty-ask-password-agent";
users.root.shell = "/bin/zfs load-key rpool/nixos";
};
network = {
enable = true;