about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2025-07-30 20:56:07 +0100
committerDavid Morgan <djm_uk@protonmail.com>2025-07-30 20:56:07 +0100
commit61a3bb4edbce733eab98090543d8863b3b8ddfb1 (patch)
tree2635e864c6f8626b67247dda1ed4096e319edef5
parentdc5029cb45793f4596e1184562f272d25be3ce23 (diff)
downloaddotfiles-flakes-3.tar.gz
-rw-r--r--nix-conf/flake.nix1
-rw-r--r--nix-conf/machines/edrahil/configuration.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/flake.nix b/nix-conf/flake.nix
index 0fe7d6b..640e3ca 100644
--- a/nix-conf/flake.nix
+++ b/nix-conf/flake.nix
@@ -72,6 +72,7 @@
         modules = [
           ({ config, pkgs, ... }: { nixpkgs.overlays = [ linux-overlay-unstable ]; nix.settings.experimental-features = "nix-command flakes"; })
           ./machines/edrahil/configuration.nix
+          sops-nix.nixosModules.sops
         ];
       };
       nixosConfigurations."djmuk1" = nixpkgs-stable.lib.nixosSystem {
diff --git a/nix-conf/machines/edrahil/configuration.nix b/nix-conf/machines/edrahil/configuration.nix
index 7b9a133..2ea968c 100644
--- a/nix-conf/machines/edrahil/configuration.nix
+++ b/nix-conf/machines/edrahil/configuration.nix
@@ -3,7 +3,6 @@
   imports = [
     ./hardware-configuration.nix
     ./network-configuration.nix
-    inputs.sops-nix.homeManagerModules.sops
   ];
 
   boot.tmp.cleanOnBoot = true;