yt-dl sub

This commit is contained in:
Lucy Hochkamp 2025-08-17 17:17:13 +02:00
parent 4978d56c8c
commit 2d0c946fe3
No known key found for this signature in database
2 changed files with 114 additions and 12 deletions

View file

@ -21,6 +21,7 @@ in
./maubot.nix
./woodpecker.nix
./attic.nix
./ytdl-sub.nix
../../nixos-modules/networking/tailscale.nix
../../nixos-modules/services/docker.nix
@ -90,18 +91,18 @@ in
# Immutable users due to tmpfs
users.mutableUsers = false;
users.users.nia = {
createHome = true;
isNormalUser = true;
extraGroups = [
"docker"
"podman"
"wheel"
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDq+jk1Bi8/x0lYDiVi/iVnp9nEleocoQ+xHmlpDt9Qs"
];
};
# users.users.nia = {
# createHome = true;
# isNormalUser = true;
# extraGroups = [
# "docker"
# "podman"
# "wheel"
# ];
# openssh.authorizedKeys.keys = [
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDq+jk1Bi8/x0lYDiVi/iVnp9nEleocoQ+xHmlpDt9Qs"
# ];
# };
users.users.bzzt = {
description = "bzzt server service user";
home = "/var/lib/bzzt";