Enable auto-updates for Vanguard using flake
This commit is contained in:
parent
d53b803fb1
commit
9cd36bf099
|
@ -38,7 +38,11 @@
|
|||
networking = {
|
||||
hostName = "Vanguard"; # Define your hostname.
|
||||
nameservers = ["192.168.1.230" "9.9.9.9"];
|
||||
firewall = {enable = true;};
|
||||
};
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=flake-conversion";
|
||||
allowReboot = false;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [mesa];
|
||||
|
||||
|
|
Loading…
Reference in a new issue