Compare commits

..

No commits in common. "46d080c24d5ff6d3cb1980ed73d2218166af2e18" and "47f1c631d67d639aa55b2c76ddaef1bd539f5903" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View file

@ -42,9 +42,6 @@ in
push = {
autoSetupRemote = true;
};
rebase = {
autoStash = true;
};
safe = {
directory = "${user.home}/projects/config";
};

View file

@ -46,9 +46,6 @@ in
push = {
autoSetupRemote = true;
};
rebase = {
autoStash = true;
};
safe = {
directory = "${config.users.users.${user.name}.home}/projects/config";
};

View file

@ -142,7 +142,7 @@ in
};
certificateScheme = "acme-nginx";
stateVersion = 3;
stateVersion = 2;
};
nix = {