feat: use device.is "name" instead of device.hasGui for most items

This commit is contained in:
uttarayan21
2025-08-04 10:21:35 +05:30
parent e6ea163b6d
commit 307bf69d86
10 changed files with 23 additions and 26 deletions

View File

@@ -9,6 +9,7 @@
virtualisation.oci-containers.backend = "docker";
users.extraUsers.servius.extraGroups = ["docker"];
networking.firewall.enable = false;
services.openssh.enable = true;
nixpkgs.config.allowUnfree = true;
security.sudo.wheelNeedsPassword = false;
@@ -66,6 +67,5 @@
};
users.groups.media = {};
system.stateVersion = "25.05";
services.openssh.enable = true;
time.timeZone = "Asia/Kolkata";
}

View File

@@ -25,7 +25,7 @@
}
(auth) {
forward_auth https://auth.darksailor.dev {
header_up X-Forwarded-Host {upstream_hostport}
# header_up X-Forwarded-Host {upstream_hostport}
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
}