diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/nixos/x86_64-linux/rivendell.nix | 6 |
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? } |
