From b1b17737d066e68468c7c07e8eea32db6a32d836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Wed, 25 Oct 2023 17:20:55 +0200 Subject: [PATCH] fix(nixos-laptop): for journalctl not working --- hosts/nixos-laptop/disko.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos-laptop/disko.nix b/hosts/nixos-laptop/disko.nix index d93e34b..6540b2b 100644 --- a/hosts/nixos-laptop/disko.nix +++ b/hosts/nixos-laptop/disko.nix @@ -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;