Add automount

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-03-18 17:31:24 +01:00
parent 5984cd8b3a
commit 810138e9d4
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ in
users.users.${profile.username} = {
isNormalUser = true;
description = "Nina Chlóe Kassandra";
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp" "uucp" "dialout"];
extraGroups = ["disks" "storage" "networkmanager" "wheel" "docker" "scanner" "lp" "uucp" "dialout"];
packages = with pkgs; [];
shell = pkgs.zsh;
hashedPassword = profile.hashed-password;