hyprland stuff
This commit is contained in:
@@ -194,6 +194,7 @@ in
|
||||
"jallen-nas"
|
||||
"docker"
|
||||
"podman"
|
||||
config.services.redis.servers.nextcloud.user
|
||||
]; # Enable ‘sudo’ for the user.
|
||||
hashedPasswordFile = passwordFile;
|
||||
};
|
||||
@@ -207,6 +208,15 @@ in
|
||||
home = "/var/lib/nut";
|
||||
hashedPasswordFile = passwordFile;
|
||||
};
|
||||
|
||||
users.nextcloud = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"jallen-nas"
|
||||
"nix-apps"
|
||||
];
|
||||
hashedPasswordFile = passwordFile;
|
||||
};
|
||||
};
|
||||
|
||||
# Virtualisation
|
||||
|
||||
Reference in New Issue
Block a user