Enable auto-updates for Vanguard using flake

This commit is contained in:
Evie Litherland-Smith 2023-06-22 14:40:20 +01:00
parent d53b803fb1
commit 9cd36bf099

View file

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