aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--machines/iso.nix1
-rw-r--r--machines/rivendell.nix2
2 files changed, 3 insertions, 0 deletions
diff --git a/machines/iso.nix b/machines/iso.nix
index 093bda2..a119287 100644
--- a/machines/iso.nix
+++ b/machines/iso.nix
@@ -6,6 +6,7 @@
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
../profiles/home-manager.nix
../profiles/users/admin-user.nix
+ ../profiles/users/root.nix
../profiles/users/home-manager.nix
];
diff --git a/machines/rivendell.nix b/machines/rivendell.nix
index d697734..924b46d 100644
--- a/machines/rivendell.nix
+++ b/machines/rivendell.nix
@@ -8,6 +8,7 @@
{
wgPublicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng=";
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID76U5kt8DfBbuP16rMzfBTVTpjjPFKWnnheMALaCQEd";
+ ephemeralRoot = true;
age.secrets = {
wireguard.file = ../secrets/rivendell/wireguard.age;
@@ -48,6 +49,7 @@
../profiles/remote-unlock.nix
../profiles/restic-backup.nix
../profiles/server.nix
+ ../profiles/state.nix
../profiles/users/admin-user.nix
../profiles/users/builder.nix
../profiles/users/home-manager.nix