update sternchen
This commit is contained in:
parent
4fd559eb20
commit
5fdd506356
2 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
home-manager.users.mainUser.home.git-pull.enable = false;
|
||||||
|
|
||||||
sops.defaultSopsFile = ../../secrets/sternchen.yaml;
|
sops.defaultSopsFile = ../../secrets/sternchen.yaml;
|
||||||
networking.hostName = "sternchen";
|
networking.hostName = "sternchen";
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.git-pull = {
|
home.git-pull = {
|
||||||
enable = true;
|
enable = mkDefault true;
|
||||||
repositories = [
|
repositories = [
|
||||||
{
|
{
|
||||||
source = "git@github.com:mrVanDalo/home-manager-utils.git";
|
source = "git@github.com:mrVanDalo/home-manager-utils.git";
|
||||||
|
|
Loading…
Reference in a new issue