enable auto-deploy
This commit is contained in:
parent
81f0db14ac
commit
c5a07ff3cb
1 changed files with 7 additions and 0 deletions
|
@ -81,6 +81,13 @@ in
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
services.openssh.openFirewall = true;
|
services.openssh.openFirewall = true;
|
||||||
|
|
||||||
|
system.autoUpgrade = {
|
||||||
|
enable = true;
|
||||||
|
flake = "github:dadada/nix-config.git#${config.networking.hostName}";
|
||||||
|
allowReboot = true;
|
||||||
|
randomizedDelaySec = "45min";
|
||||||
|
};
|
||||||
|
|
||||||
users.users =
|
users.users =
|
||||||
mapAttrs
|
mapAttrs
|
||||||
(user: keys: {
|
(user: keys: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue