manatee: Add storage group that owns /mnt/media/public

This commit is contained in:
Alexander Heldt
2025-05-03 12:45:14 +02:00
parent 99ebd8988d
commit 338b8be3d9
2 changed files with 31 additions and 1 deletions

View File

@@ -16,7 +16,10 @@
users.users.alex = {
isNormalUser = true;
description = "alex";
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"storage"
];
};
environment.systemPackages = with pkgs; [