mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General]: Update configuration to NixOS 23.05 beta
This commit is contained in:
parent
786727693f
commit
e7f7c9a669
9 changed files with 46 additions and 27 deletions
|
|
@ -120,8 +120,8 @@ in
|
|||
extraRules = concatStringsSep "\n" cfg.udevRules;
|
||||
};
|
||||
|
||||
boot.tmpOnTmpfs = true;
|
||||
boot.tmpOnTmpfsSize =
|
||||
boot.tmp.useTmpfs = true;
|
||||
boot.tmp.tmpfsSize =
|
||||
let
|
||||
hasSwap = length config.swapDevices > 0;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue