diff --git a/flake.nix b/flake.nix index d2f10bc..a64f949 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,7 @@ modules = [ # > Our main nixos configuration file < ./nixos/hosts/GLaDOS/configuration.nix - sops-nix.nixosModules.sops + #sops-nix.nixosModules.sops ]; }; }; diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 698a35e..9e08784 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -15,7 +15,7 @@ # nixos-generate-config should normally set up file systems correctly imports = [ - inputs.home-manager.nixosModules.home-manager + #inputs.home-manager.nixosModules.home-manager ./hardware-configuration.nix ];