about summary refs log tree commit diff stats
path: root/nix-conf/flake.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2025-08-01 14:12:01 +0000
committerDavid Morgan <djm_uk@protonmail.com>2025-08-01 14:12:01 +0000
commit49b0d3389546118ceed19f62f5fef89d43982159 (patch)
tree0dc56bf598394c24edbe9e488e3432864e873215 /nix-conf/flake.nix
parent61a3bb4edbce733eab98090543d8863b3b8ddfb1 (diff)
downloaddotfiles-flakes-3.tar.gz
WIP: broken flakes-3
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
         ];
       };