Removed domains nix file
This commit is contained in:
parent
932378b309
commit
68c1ee4869
@ -1,11 +0,0 @@
|
||||
{ lib }:
|
||||
|
||||
let
|
||||
domains = [ "runas.rocks" "giugl.io" ];
|
||||
in
|
||||
rec {
|
||||
genSubdomainFQN = { subdomain }:
|
||||
map (d: "${subdomain}.${d}") domains;
|
||||
concatSubdomainSep = { subdomain, sep ? "," }:
|
||||
lib.concatStringSep sep (genSubdomainFQN { inherit subdomain; });
|
||||
}
|
Loading…
Reference in New Issue
Block a user