From ba1cfa5faafa545f3fd84898032beeb0c1ced1ec Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 16 Aug 2025 10:07:52 +0200 Subject: [PATCH] removing hm from server --- hosts/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/default.nix b/hosts/default.nix index 0d2b4a68..ab8fe9ff 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -58,16 +58,16 @@ ]; }; sobotka = nixosSystem { - inherit specialArgs; + # inherit specialArgs; modules = [ ./sobotka "${self}/nix" - { - home-manager = { - users.cnst.imports = homeImports."cnst@sobotka"; - extraSpecialArgs = specialArgs; - }; - } + # { + # home-manager = { + # users.cnst.imports = homeImports."cnst@sobotka"; + # extraSpecialArgs = specialArgs; + # }; + # } self.nixosModules.nixos self.nixosModules.settings self.nixosModules.server