fix(dns): fix tmpfs enable
This commit is contained in:
parent
5129239a24
commit
0803648cdb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ with lib.${namespace};
|
|||
nh = enabled;
|
||||
};
|
||||
|
||||
system.tmpfs = true;
|
||||
system.tmpfs = enabled;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue