mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-05 05:31:22 +02:00
brzeczyszczykiewicz: add bokhylle as alias for the grzegorz service
This commit is contained in:
parent
42c1803c9b
commit
d7638138ed
@ -6,7 +6,7 @@
|
|||||||
../../base.nix
|
../../base.nix
|
||||||
../../misc/metrics-exporters.nix
|
../../misc/metrics-exporters.nix
|
||||||
|
|
||||||
../../modules/grzegorz.nix
|
./services/grzegorz.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
11
hosts/brzeczyszczykiewicz/services/grzegorz.nix
Normal file
11
hosts/brzeczyszczykiewicz/services/grzegorz.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
imports = [ ../../../modules/grzegorz.nix ];
|
||||||
|
|
||||||
|
services.nginx.virtualHosts."${config.networking.fqdn}" = {
|
||||||
|
serverAliases = [
|
||||||
|
"bokhylle.pvv.ntnu.no"
|
||||||
|
"bokhylle.pvv.org"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user