feature/hass
Ingolf Wagner 2021-04-17 16:43:33 +02:00
parent 3a76faa494
commit 540131289e
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 7 additions and 4 deletions

View File

@ -109,8 +109,8 @@ let
#home-manager.file = toString ~/dev/home-manager;
home-manager.git = {
url = "https://github.com/rycee/home-manager.git";
ref = "7b6ebf2785cfc9dd6fc2b101cbbb2152eb68d45c";
url = "https://github.com/nix-community/home-manager.git";
ref = "2aa20ae969f2597c4df10a094440a66e9d7f8c86";
};
background-image-generators.git = {

View File

@ -86,8 +86,11 @@ in {
key = "42AC51C9482D0834CF488AF1389EC2D64AC71EAC";
signByDefault = true;
};
ignores = [ "*.swp" "*~" ".idea" ];
ignores = [ "*.swp" "*~" ".idea" ".*penis.*" ];
extraConfig = {
init.defaultBranch = "main";
pull.ff = "only";
};
};
programs.gpg = {