mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
7486517713
commit
9903866044
160 changed files with 4570 additions and 3019 deletions
|
|
@ -1,21 +1,21 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.strings) concatStringsSep;
|
||||
dot = concatStringsSep ".";
|
||||
cutie = dot [ "cutie" "moe" ];
|
||||
netname = { config, ... }: {
|
||||
domain = dot [ config.name cutie ];
|
||||
cutie = dot ["cutie" "moe"];
|
||||
netname = {config, ...}: {
|
||||
domain = dot [config.name cutie];
|
||||
};
|
||||
in {
|
||||
type = "Linux";
|
||||
access.domain = dot [ "gensokyo" cutie ];
|
||||
access.domain = dot ["gensokyo" cutie];
|
||||
network.networks = {
|
||||
local = {
|
||||
imports = [ netname ];
|
||||
imports = [netname];
|
||||
address4 = "10.1.1.62";
|
||||
address6 = "fd0a::daf8:83ff:fe36:81b6";
|
||||
};
|
||||
tail = {
|
||||
imports = [ netname ];
|
||||
imports = [netname];
|
||||
address4 = "100.86.77.54";
|
||||
address6 = "fd7a:115c:a1e0:ab12:4843:cd96:6256:4d36";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue