fix(nixos-laptop): for journalctl not working
This commit is contained in:
parent
0618e8c6da
commit
b1b17737d0
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
rootFsOptions = {
|
||||
compression = "zstd";
|
||||
"com.sun:auto-snapshot" = "false";
|
||||
"acltype" = "posixacl"; # NOTE: needed for systemd https://github.com/NixOS/nixpkgs/issues/16954
|
||||
};
|
||||
mountpoint = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue