base: enable system.autoUpgrade

This commit is contained in:
2026-08-01 20:20:29 +02:00
parent ae873f5a5f
commit 6b2a3be7a4
5 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,6 +1,10 @@
{ config, lib, pkgs, inputs, values, ... }:
{
imports = [
./common/auto-upgrade.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;