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 = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
rebase = {
|
||||
autoStash = true;
|
||||
};
|
||||
safe = {
|
||||
directory = "${user.home}/projects/config";
|
||||
};
|
||||
|
|
|
@ -46,6 +46,9 @@ in
|
|||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
rebase = {
|
||||
autoStash = true;
|
||||
};
|
||||
safe = {
|
||||
directory = "${config.users.users.${user.name}.home}/projects/config";
|
||||
};
|
||||
|
|
|
@ -142,7 +142,7 @@ in
|
|||
};
|
||||
|
||||
certificateScheme = "acme-nginx";
|
||||
stateVersion = 2;
|
||||
stateVersion = 3;
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue