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