hosts: forgot to use nixUtils module

This commit is contained in:
2026-06-12 15:38:01 +02:00
parent 763bbbacd4
commit 2a318bdced
4 changed files with 6 additions and 1 deletions
+2
View File
@@ -11,6 +11,8 @@ _: {
boot.loader.limine = { boot.loader.limine = {
enable = true; enable = true;
efiSupport = true; efiSupport = true;
extraConfig = ''
'';
}; };
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
+1
View File
@@ -38,6 +38,7 @@
mathematics mathematics
mullvad mullvad
networking networking
nixUtils
notifications notifications
nvidia nvidia
office office
+2
View File
@@ -39,6 +39,8 @@
mathematics mathematics
mullvad mullvad
networking networking
nixUtils-laptop
nixUtils
notifications notifications
office office
#ollama #ollama
+1 -1
View File
@@ -10,7 +10,7 @@
nix.optimise = { nix.optimise = {
automatic = true; automatic = true;
persistent = true; persistent = true;
randomDelaySec = "30min"; randomizedDelaySec = "30min";
dates = "Thu *-*-* 16:00:00"; dates = "Thu *-*-* 16:00:00";
}; };
# Garbage collector of generations # Garbage collector of generations