Compare commits
2 commits
47f1c631d6
...
46d080c24d
Author | SHA1 | Date | |
---|---|---|---|
46d080c24d | |||
c75f05d130 |
3 changed files with 7 additions and 1 deletions
|
@ -42,6 +42,9 @@ in
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
rebase = {
|
||||||
|
autoStash = true;
|
||||||
|
};
|
||||||
safe = {
|
safe = {
|
||||||
directory = "${user.home}/projects/config";
|
directory = "${user.home}/projects/config";
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,6 +46,9 @@ in
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
rebase = {
|
||||||
|
autoStash = true;
|
||||||
|
};
|
||||||
safe = {
|
safe = {
|
||||||
directory = "${config.users.users.${user.name}.home}/projects/config";
|
directory = "${config.users.users.${user.name}.home}/projects/config";
|
||||||
};
|
};
|
||||||
|
|
|
@ -142,7 +142,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
certificateScheme = "acme-nginx";
|
certificateScheme = "acme-nginx";
|
||||||
stateVersion = 2;
|
stateVersion = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue