1
0
Fork 0

home-manger: autoUpgrade service is unavailable on Darwin

This commit is contained in:
Pratham Patel 2024-02-18 12:55:56 +05:30
parent e7a81d6f86
commit 73271ca927
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
2 changed files with 7 additions and 7 deletions

View File

@ -143,13 +143,6 @@ in
};
};
services = {
home-manager.autoUpgrade = {
enable = true;
frequency = "daily";
};
};
manual = {
html.enable = false;
json.enable = false;

View File

@ -45,4 +45,11 @@
};
};
};
services = {
home-manager.autoUpgrade = {
enable = true;
frequency = "daily";
};
};
}