Some corrections for clunk...

This commit is contained in:
2021-02-27 00:03:49 -06:00
parent 3d4fb6c336
commit 1486aaefee
3 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"/" = {
device = "/dev/disk/by-label/root";
fsType = "ext4";
fsType = "btrfs";
};
};
+7 -1
View File
@@ -9,8 +9,12 @@ let
in {
fudo.local-network = let
site-name = config.fudo.hosts.${config.instance.hostname}.site;
host-config = config.fudo.hosts.${config.instance.hostname};
site-name = host-config.site;
site = config.fudo.sites.${site-name};
domain-name = host-config.domain;
domain = config.fudo.domains.${domain-name};
in {
# FIXME: think about this -- actual network config?
enable = true;
@@ -27,6 +31,8 @@ in {
domain = "rus.selby.ca";
network = site.network;
dhcp-dynamic-network = site.dynamic-network;
hosts = domain.hosts;
};
networking = {