diff options
author | David Morgan <djm_uk@protonmail.com> | 2025-07-30 20:56:07 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2025-07-30 20:56:07 +0100 |
commit | 61a3bb4edbce733eab98090543d8863b3b8ddfb1 (patch) | |
tree | 2635e864c6f8626b67247dda1ed4096e319edef5 | |
parent | dc5029cb45793f4596e1184562f272d25be3ce23 (diff) | |
download | dotfiles-flakes-3.tar.gz |
WIP flakes-3
-rw-r--r-- | nix-conf/flake.nix | 1 | ||||
-rw-r--r-- | nix-conf/machines/edrahil/configuration.nix | 1 |
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; |