|
|
|
@ -88,7 +88,7 @@ |
|
|
|
}; |
|
|
|
}; |
|
|
|
in { |
|
|
|
in { |
|
|
|
nixosConfigurations = { |
|
|
|
nixosConfigurations = { |
|
|
|
auth.domain.com = nixpkgs.lib.nixosSystem { |
|
|
|
core.domain.com = nixpkgs.lib.nixosSystem { |
|
|
|
system = "x86_64-linux"; |
|
|
|
system = "x86_64-linux"; |
|
|
|
specialArgs = baseArgs // { |
|
|
|
specialArgs = baseArgs // { |
|
|
|
domains = [ "auth.${domain}" "status.${domain}" ]; |
|
|
|
domains = [ "auth.${domain}" "status.${domain}" ]; |
|
|
|
|