aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/rivendell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/nixos/x86_64-linux/rivendell.nix')
-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?
}