diff options
author | David Morgan <djm_uk@protonmail.com> | 2025-08-01 14:12:01 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2025-08-01 14:12:01 +0000 |
commit | 49b0d3389546118ceed19f62f5fef89d43982159 (patch) | |
tree | 0dc56bf598394c24edbe9e488e3432864e873215 /nix-conf/flake.nix | |
parent | 61a3bb4edbce733eab98090543d8863b3b8ddfb1 (diff) | |
download | dotfiles-flakes-3.tar.gz |
WIP: broken flakes-3
Diffstat (limited to 'nix-conf/flake.nix')
-rw-r--r-- | nix-conf/flake.nix | 1 |
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 ]; }; |