fix: some deprecations
This commit is contained in:
parent
1f9c599c40
commit
0e9b76da48
5 changed files with 335 additions and 7 deletions
|
@ -13,8 +13,8 @@ in
|
|||
./upgrade-pg-cluster.nix
|
||||
];
|
||||
|
||||
boot.tmp.useTmpfs = true;
|
||||
boot.tmp.tmpfsSize = "50%";
|
||||
boot.tmp.useTmpfs = lib.mkDefault true;
|
||||
boot.tmp.tmpfsSize = lib.mkDefault "50%";
|
||||
|
||||
i18n.defaultLocale = mkDefault "en_US.UTF-8";
|
||||
console = mkDefault {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue