Refactor homelab ports
This commit is contained in:
parent
518bfe9cd4
commit
f42833545b
10 changed files with 61 additions and 61 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, ... }:
|
||||
|
||||
let
|
||||
port = 8095;
|
||||
ports = config.homelab.ports;
|
||||
port = ports.nginx-website-sculpin;
|
||||
|
||||
redirects = import ./www.oliverdavies.uk-redirects.nix;
|
||||
|
||||
|
@ -18,7 +21,7 @@ let
|
|||
"tome-test"
|
||||
];
|
||||
|
||||
port = 8098;
|
||||
port = ports.nginx-website-tome;
|
||||
};
|
||||
|
||||
tomeLocations = builtins.listToAttrs (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue