Update systems/orangepihole/configuration.nix
This commit is contained in:
parent
1bc219496b
commit
b9ff587f64
1 changed files with 4 additions and 2 deletions
|
@ -80,9 +80,11 @@
|
|||
services.openssh.enable = true;
|
||||
|
||||
networking.firewall.enable = false;
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
||||
};
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
nix.buildMachines = [ {
|
||||
hostName = "zeus";
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
|
|
Loading…
Reference in a new issue