From 5fdd5063560a33a011fd508dddf279367f7107f8 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 18 Nov 2021 21:10:30 +0100 Subject: [PATCH] update sternchen --- nixos/configs/sternchen/configuration.nix | 3 +++ nixos/system/desktop/home-manager.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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";