Commit graph

5 commits

Author SHA1 Message Date
1b00ad9f06 nixos: services: nginx: fix SSO subdomain 2023-12-25 19:45:07 +01:00
dcc6efeda0 nixos: services: remove redundant subdomains
See previous commit for the defaults.
2023-12-25 19:45:07 +01:00
5a0a07b1f8 nixos: services: nginx: add default subdomain
In almost all cases, the subdomain should be the same as the attribute
name...
2023-12-25 19:45:07 +01:00
dee3978300 nixos: services: nginx: use attrset for vhosts
Attribute sets compose better than lists, it was a mistake to use a list
in the first place...
2023-12-25 19:45:07 +01:00
c856933803 nixos: create 'modules/nixos' folder
Let's consolidate all modules under one path, so that NixOS,
home-manager, and nix-darwin (if I ever end up using it down the line)
would go under the same folder.
2023-11-11 18:11:52 +00:00