Fixed wrong path

This commit is contained in:
Aleksandr Lebedev 2025-10-29 09:12:26 +01:00
parent a0fcd515e1
commit 1bdd9206ae

View file

@ -13,7 +13,7 @@ in {
enable = mkBoolOpt false "Enable preset with all the default settings - locale, time, etc"; enable = mkBoolOpt false "Enable preset with all the default settings - locale, time, etc";
}; };
imports = [ imports = [
./systemd-unfreeze.nix ./unfreeze-systemd.nix
]; ];
config = mkIf cfg.enable { config = mkIf cfg.enable {
zramSwap = { zramSwap = {