From 02d5ea8c9b9ff25549f0bb37e588039de29dd524 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 8 Jan 2024 18:27:21 +0100 Subject: [PATCH] Let's just ignore sops and home manager for now and see if that works --- flake.nix | 2 +- nixos/hosts/wheatley/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ];