Enable automatic updates on boys' laptops
This commit is contained in:
parent
4338b28c1c
commit
0fa5b750d1
2 changed files with 4 additions and 0 deletions
|
@ -50,4 +50,6 @@
|
||||||
git
|
git
|
||||||
vscodium
|
vscodium
|
||||||
];
|
];
|
||||||
|
|
||||||
|
system.autoUpgrade.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,4 +57,6 @@
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"192.168.1.116" = [ "nixedo" ];
|
"192.168.1.116" = [ "nixedo" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.autoUpgrade.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue