diff --git a/nixos/configs/sternchen/configuration.nix b/nixos/configs/sternchen/configuration.nix index 3e15de2..f23fc1f 100644 --- a/nixos/configs/sternchen/configuration.nix +++ b/nixos/configs/sternchen/configuration.nix @@ -11,6 +11,9 @@ ]; + + home-manager.users.mainUser.home.git-pull.enable = false; + sops.defaultSopsFile = ../../secrets/sternchen.yaml; networking.hostName = "sternchen"; diff --git a/nixos/system/desktop/home-manager.nix b/nixos/system/desktop/home-manager.nix index 22fad5d..9b12249 100644 --- a/nixos/system/desktop/home-manager.nix +++ b/nixos/system/desktop/home-manager.nix @@ -78,7 +78,7 @@ in }; home.git-pull = { - enable = true; + enable = mkDefault true; repositories = [ { source = "git@github.com:mrVanDalo/home-manager-utils.git";