poked some versions

This commit is contained in:
alisceon 2025-11-13 11:03:59 +01:00
parent 1c3eeaffc0
commit 45f0f25f08
3 changed files with 21 additions and 20 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
system.autoUpgrade = {
allowReboot = true;
}; # end system.autoUpgrade
services = {
openssh = {
enable = true;