aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-24 11:11:11 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-24 11:12:49 -0700
commitd9f0414b29c048b10699a3d725e5b7770bbbd242 (patch)
tree7b324dc31ef4b5d4c66547ab49ba9c535ecef120 /machines
parentconfigure rivendell to be an exit node for tailscale (diff)
downloadinfra-d9f0414b29c048b10699a3d725e5b7770bbbd242.tar.gz
move remote-unlock as a profile
Diffstat (limited to '')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix
index 271da7f..f158113 100644
--- a/machines/nixos/x86_64-linux/rivendell.nix
+++ b/machines/nixos/x86_64-linux/rivendell.nix
@@ -10,11 +10,12 @@
(modulesPath + "/installer/scan/not-detected.nix")
inputs.nixos-hardware.nixosModules.framework-desktop-amd-ai-max-300-series
../../../profiles/disk/btrfs-on-luks.nix
- ../../../profiles/defaults.nix
- ../../../profiles/server.nix
../../../profiles/cgroups.nix
+ ../../../profiles/defaults.nix
../../../profiles/forgejo.nix
../../../profiles/keycloak.nix
+ ../../../profiles/remote-unlock.nix
+ ../../../profiles/server.nix
../../../profiles/tailscale.nix
];
@@ -94,7 +95,6 @@
};
my.modules.hardware.baremetal.enable = true;
- my.modules.remote-unlock.enable = true;
system.stateVersion = "23.11"; # Did you read the comment?
}