Update systems/orangepihole/configuration.nix

This commit is contained in:
Chris Dombroski 2024-04-24 22:07:31 -04:00 committed by Chris Dombroski
parent 1bc219496b
commit b9ff587f64

View file

@ -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" ];