fixed bug
This commit is contained in:
parent
81fd625ed0
commit
f55fec1734
@ -2,8 +2,8 @@
|
|||||||
{
|
{
|
||||||
services.autopull = {
|
services.autopull = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
ssh-key = lib.mkDefau "/root/.ssh/id_ed25519_ghdeploy";
|
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";
|
||||||
path = lib.mkDefau /root/dotfiles;
|
path = lib.mkDefault /root/dotfiles;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user