commit 06b856131112fd35f551ddb67a45cc0a5106e4fc
parent f42b9a12e929cc6a811a59f42bcdd5c5739b1317
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 25 Dec 2022 12:43:59 +0100
parent f42b9a12e929cc6a811a59f42bcdd5c5739b1317
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 25 Dec 2022 12:43:59 +0100
machines: rename `blechbuechse` to `blechkasten`
4 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -36,7 +36,7 @@ darwinConfigurations = { - blechbuechse = let + blechkasten = let system = "aarch64-darwin"; in inputs.darwin.lib.darwinSystem { inherit system; @@ -48,7 +48,7 @@ currentSystem = system; inherit inputs; }; - modules = [ ./machines/blechbuechse/darwin-configuration.nix ]; + modules = [ ./machines/blechkasten/darwin-configuration.nix ]; }; };
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix @@ -1,14 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - imports = [ - ../../configurations/common - ]; - - networking.hostName = "blechbuechse"; - networking.computerName = config.networking.hostName; - - home-manager.users.leah.home.stateVersion = "22.05"; - system.stateVersion = 4; - -}
diff --git a/machines/blechkasten/darwin-configuration.nix b/machines/blechkasten/darwin-configuration.nix @@ -0,0 +1,14 @@ +{ config, pkgs, lib, ... }: + +{ + imports = [ + ../../configurations/common + ]; + + networking.hostName = "blechkasten"; + networking.computerName = config.networking.hostName; + + home-manager.users.leah.home.stateVersion = "22.05"; + system.stateVersion = 4; + +}
diff --git a/machines/lollo/router/dnsmasq.nix b/machines/lollo/router/dnsmasq.nix @@ -48,7 +48,7 @@ cname=wiki.home.ctu.cx, home.ctu.cx cname=fedi.home.ctu.cx, home.ctu.cx cname=things.home.ctu.cx, home.ctu.cx - cname=things.stasicontainer.home.ctu.cx, stasicontainer.home.ctu.cx + cname=things.stasicontainer.home.ctu.cx, stasicontainer.home.ctu.cx address=/fritz.box/192.168.178.1 address=/lollo/10.0.0.1 @@ -78,7 +78,7 @@ dhcp-host=5c:f3:70:b9:35:9c, ctux-ads1700w, 10.0.0.10 dhcp-host=50:57:8a:3d:63:4c, ctucx-ipad, 10.0.0.30 - dhcp-host=00:e0:4c:30:05:ed, cbc-ffm02487, 195.39.246.34 + dhcp-host=00:e0:4c:30:05:ed, cbc-ffm02487, 195.39.246.34 dhcp-host=id:e8:6a:64:f4:49:e7, stasicontainer, [2a0f:4ac0:acab::35] dhcp-host=e8:6a:64:f4:49:e7, stasicontainer, 195.39.246.35 @@ -92,8 +92,8 @@ 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:1c:57:dc:40:dc:b2, blechbuechse, [2a0f:4ac0:acab::42] - dhcp-host=1c:57:dc:40:dc:b2, blechbuechse, 195.39.246.42 + dhcp-host=id:1c:57:dc:40:dc:b2, blechkasten, [2a0f:4ac0:acab::42] + dhcp-host=1c:57:dc:40:dc:b2, blechkasten, 195.39.246.42 ''; };