wheel
This commit is contained in:
parent
1df9ab1e6b
commit
d8edbb23b0
1 changed files with 5 additions and 12 deletions
|
@ -65,6 +65,11 @@
|
|||
# Set your time zone.
|
||||
time.timeZone = "America/Toronto";
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
|
||||
users.users.media = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "input" "audio" "video" "network" "networkmanager" ];
|
||||
|
@ -164,18 +169,6 @@
|
|||
services.tailscale.enable = true;
|
||||
systemd.services.tailscaled.after = [ "NetworkManager-wait-online.service" ];
|
||||
|
||||
# services.caddy = {
|
||||
# enable = true;
|
||||
# virtualHosts = {
|
||||
# "media-server" = {
|
||||
# serverAliases = [ "media-server" "media-server.local" ];
|
||||
# extraConfig = ''
|
||||
# reverse_proxy localhost:3000
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
nixarr = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue