broken: Added initial support for authelia + lldap oidc for nextcloud
This commit is contained in:
12
nixos/ryu/containers/default.nix
Normal file
12
nixos/ryu/containers/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{device, ...}: {
|
||||
imports = [
|
||||
./immich-machine-learning.nix
|
||||
];
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
oci-containers.backend = "docker";
|
||||
};
|
||||
users.extraUsers.${device.user}.extraGroups = [
|
||||
"docker"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user