Fixed wrong path
This commit is contained in:
parent
a0fcd515e1
commit
1bdd9206ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue