mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix: extern hostnames
This commit is contained in:
parent
dfee70c195
commit
3a2927a12f
2 changed files with 4 additions and 4 deletions
|
|
@ -2,8 +2,8 @@
|
|||
inherit (lib.strings) concatStringsSep;
|
||||
dot = concatStringsSep ".";
|
||||
cutie = dot [ "cutie" "moe" ];
|
||||
netname = { config, system, ... }: {
|
||||
domain = dot [ config.name system.access.domain ];
|
||||
netname = { config, ... }: {
|
||||
domain = dot [ config.name cutie ];
|
||||
};
|
||||
in {
|
||||
type = "Linux";
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
inherit (lib.strings) concatStringsSep;
|
||||
dot = concatStringsSep ".";
|
||||
cutie = dot [ "cutie" "moe" ];
|
||||
netname = { config, system, ... }: {
|
||||
domain = dot [ config.name system.access.domain ];
|
||||
netname = { config, ... }: {
|
||||
domain = dot [ config.name cutie ];
|
||||
};
|
||||
in {
|
||||
type = "Linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue