ctucx.git: nixfiles

ctucx' nixfiles

commit 427d87e7da9028569e75a356ba2f3037a1db7d38
parent 941d48e40abf0bb8bf03b1d2b19fb7f87bd149cd
Author: Leah (ctucx) <git@ctu.cx>
Date: Sat, 26 Nov 2022 23:26:56 +0100

machines/lollo/router/dnsmasq: move blechbuechse to .42
3 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix
@@ -21,6 +21,7 @@
       SPFApple = [
         "v=spf1 include:icloud.com ~all"
       ];
+
     in {
 
       "ctu.cx" = {

@@ -30,7 +31,7 @@
 #        TXT = SPFApple ++ [ "apple-domain=8Z4zfabXhvO0cjZi" ];
 
         subdomains = {
-          blechkasten = (host "195.39.246.42" "2a0f:4ac0:acab:1234::42");
+          blechbuechse = (host "195.39.246.42" "2a0f:4ac0:acab:1234::42");
           ns1          = (host "89.58.62.171"  "2a0a:4cc0:1:2d7::1");
           ns2          = (host "46.38.253.139" "2a03:4000:1:45d::1");
 
diff --git a/machines/lollo/configuration.nix b/machines/lollo/configuration.nix
@@ -44,8 +44,6 @@
 
   networking.useDHCP = false;
 
-  users.users.leah.extraGroups = [ "audio" ];
-
   environment.systemPackages = with pkgs; [
     wireguard-tools
   ];
diff --git a/machines/lollo/router/dnsmasq.nix b/machines/lollo/router/dnsmasq.nix
@@ -82,11 +82,8 @@ in {
         dhcp-option=public,  option:dns-server,       195.39.246.41
 
         dhcp-host=f4:06:8d:df:1f:e3,                                          accesspoint,        10.0.0.2
-        dhcp-host=28:c6:8e:19:e1:3c,                                          wifi-bridge,        10.0.0.3
         dhcp-host=5c:f3:70:b9:35:9c,                                          ctux-ads1700w,      10.0.0.10
-        dhcp-host=c0:74:ad:0a:6f:06,                                          ctucx-gs-wp820,     10.0.0.20
         dhcp-host=50:57:8a:3d:63:4c,                                          ctucx-ipad,         10.0.0.30
-        dhcp-host=10:4e:89:c2:83:40,                                          ctucx-garmin-vivo3, 10.0.0.210
 
 		dhcp-host=00:e0:4c:30:05:ed,                                          cbc-ffm02487,     195.39.246.34
 

@@ -102,11 +99,8 @@ in {
         dhcp-host=id:b0:be:83:3a:fa:1e,                                       isabelles-mba,    [2a0f:4ac0:acab::38]
         dhcp-host=b0:be:83:3a:fa:1e,                                          isabelles-mba,    195.39.246.38
 
-        dhcp-host=id:14:98:77:42:1c:2f,                                       blechkasten,      [2a0f:4ac0:acab::42]
-        dhcp-host=14:98:77:42:1c:2f,                                          blechkasten,      195.39.246.42
-
-        dhcp-host=id:1c:57:dc:40:dc:b2,                                       blechbuechse,     [2a0f:4ac0:acab::43]
-        dhcp-host=1c:57:dc:40:dc:b2,                                          blechbuechse,     195.39.246.43
+        dhcp-host=id:1c:57:dc:40:dc:b2,                                       blechbuechse,     [2a0f:4ac0:acab::42]
+        dhcp-host=1c:57:dc:40:dc:b2,                                          blechbuechse,     195.39.246.42
       '';
     };