Enable automatic updates on boys' laptops

This commit is contained in:
Oliver Davies 2025-04-30 03:13:09 +01:00
parent 4338b28c1c
commit 0fa5b750d1
2 changed files with 4 additions and 0 deletions

View file

@ -50,4 +50,6 @@
git
vscodium
];
system.autoUpgrade.enable = true;
}

View file

@ -57,4 +57,6 @@
networking.hosts = {
"192.168.1.116" = [ "nixedo" ];
};
system.autoUpgrade.enable = true;
}