fix: some deprecations

This commit is contained in:
Tim Schubert 2025-07-13 20:36:26 +02:00
parent 1f9c599c40
commit 0e9b76da48
No known key found for this signature in database
5 changed files with 335 additions and 7 deletions

View file

@ -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 {