fix(nixos-laptop): for journalctl not working

stylix
Moritz Böhme 2023-10-25 17:20:55 +02:00
parent 0618e8c6da
commit b1b17737d0
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
rootFsOptions = { rootFsOptions = {
compression = "zstd"; compression = "zstd";
"com.sun:auto-snapshot" = "false"; "com.sun:auto-snapshot" = "false";
"acltype" = "posixacl"; # NOTE: needed for systemd https://github.com/NixOS/nixpkgs/issues/16954
}; };
mountpoint = null; mountpoint = null;