This commit is contained in:
parent
8c2c386814
commit
bd6ae5ea8b
1 changed files with 8 additions and 2 deletions
|
|
@ -76,7 +76,11 @@ in {
|
||||||
users.users.ant = {
|
users.users.ant = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "ant";
|
description = "ant";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [
|
||||||
|
"networkmanager"
|
||||||
|
"wheel"
|
||||||
|
"jellyfin"
|
||||||
|
];
|
||||||
openssh.authorizedKeys.keys = sshKeys;
|
openssh.authorizedKeys.keys = sshKeys;
|
||||||
};
|
};
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
@ -178,7 +182,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# "jellyfin.${domain}" = (reverseProxy 8096);
|
"jellyfin.antoinevaure.fr" = (reverseProxy 8096);
|
||||||
# "sonarr.${domain}" = (reverseProxy 8989);
|
# "sonarr.${domain}" = (reverseProxy 8989);
|
||||||
# "radarr.${domain}" = (reverseProxy 7878);
|
# "radarr.${domain}" = (reverseProxy 7878);
|
||||||
# "qbittorrent.${domain}" = (reverseProxy qbittorrentPort);
|
# "qbittorrent.${domain}" = (reverseProxy qbittorrentPort);
|
||||||
|
|
@ -244,5 +248,7 @@ in {
|
||||||
defaults.email = "contact@antoinevaure.fr";
|
defaults.email = "contact@antoinevaure.fr";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.jellyfin.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue