mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
hosts: forgot to use nixUtils module
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
mathematics
|
mathematics
|
||||||
mullvad
|
mullvad
|
||||||
networking
|
networking
|
||||||
|
nixUtils
|
||||||
notifications
|
notifications
|
||||||
nvidia
|
nvidia
|
||||||
office
|
office
|
||||||
|
|||||||
@@ -39,6 +39,8 @@
|
|||||||
mathematics
|
mathematics
|
||||||
mullvad
|
mullvad
|
||||||
networking
|
networking
|
||||||
|
nixUtils-laptop
|
||||||
|
nixUtils
|
||||||
notifications
|
notifications
|
||||||
office
|
office
|
||||||
#ollama
|
#ollama
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user