about summary refs log tree commit diff stats
path: root/nix-conf/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/flake.nix')
-rw-r--r--nix-conf/flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/flake.nix b/nix-conf/flake.nix
index 640e3ca..cda6d79 100644
--- a/nix-conf/flake.nix
+++ b/nix-conf/flake.nix
@@ -87,6 +87,7 @@
         modules = [
           ({ config, pkgs, ... }: { nixpkgs.overlays = [ linux-arm-overlay-unstable ]; nix.settings.experimental-features = "nix-command flakes"; })
           ./machines/djmuk2/configuration.nix
+          sops-nix.nixosModules.sops
         ];
       };