chore: remove devices diagrams and update flake configuration
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
users.groups.media = {};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
networking.hostName = "tako"; # Define your hostname.
|
||||
networking.hostName = device.name;
|
||||
# Pick only one of the below networking options.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
||||
@@ -56,11 +56,11 @@
|
||||
import auth
|
||||
reverse_proxy localhost:${builtins.toString config.services.bazarr.listenPort}
|
||||
'';
|
||||
"prowlarr.tsuba.darksailor.dev".extraConfig = ''
|
||||
import cloudflare
|
||||
import auth
|
||||
reverse_proxy tako.darksailor.dev:9696
|
||||
'';
|
||||
# "prowlarr.tsuba.darksailor.dev".extraConfig = ''
|
||||
# import cloudflare
|
||||
# import auth
|
||||
# reverse_proxy tako.darksailor.dev:9696
|
||||
# '';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user