Healthscript on login

This commit is contained in:
2026-07-21 10:50:38 +02:00
parent 619fd924c5
commit f6e211def0
2 changed files with 84 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./hardware-configuration.nix ./services.nix ];
imports = [ ./hardware-configuration.nix ./services.nix ./health.nix ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;