mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
update/format configuration for jack
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# *arr is a collection of media management applications.
|
||||
# See https://github.com/rasmus-kirk/nixarr
|
||||
# Setup guide: https://nixarr.com/wiki/setup/
|
||||
{config, ...}: let
|
||||
domain = "hadi.diy";
|
||||
mkVirtualHost = port: {
|
||||
@@ -5,10 +8,10 @@
|
||||
forceSSL = true;
|
||||
locations."/" = {proxyPass = "http://127.0.0.1:${toString port}";};
|
||||
};
|
||||
my-username = config.var.username;
|
||||
username = config.var.username;
|
||||
in {
|
||||
# Add my user to the media group
|
||||
users.users."${my-username}".extraGroups = ["media"];
|
||||
users.users."${username}".extraGroups = ["media"];
|
||||
|
||||
# Add my secrets
|
||||
sops.secrets = {
|
||||
|
||||
Reference in New Issue
Block a user