From d9f0414b29c048b10699a3d725e5b7770bbbd242 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 24 Oct 2025 11:11:11 -0700 Subject: move remote-unlock as a profile --- machines/nixos/x86_64-linux/rivendell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machines/nixos/x86_64-linux/rivendell.nix') 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? } -- cgit v1.2.3