From 658f5c74a3203f231dde5bd04e24ea3a56547db1 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 24 Apr 2024 23:46:57 +0200 Subject: puyak: manage zigbee via home-assistant --- krebs/1systems/puyak/config.nix | 3 ++- krebs/1systems/puyak/net.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'krebs/1systems/puyak') diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 60c1c941..d3c6cbeb 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { imports = [ ./net.nix @@ -170,4 +170,5 @@ isNormalUser = true; shell = "/run/current-system/sw/bin/zsh"; }; + system.stateVersion = lib.mkForce "24.05"; } diff --git a/krebs/1systems/puyak/net.nix b/krebs/1systems/puyak/net.nix index 59b22b38..fe2fd238 100644 --- a/krebs/1systems/puyak/net.nix +++ b/krebs/1systems/puyak/net.nix @@ -14,7 +14,7 @@ in { interfaces."${ext-if}".ipv4.addresses = [ { address = shack-ip; - prefixLength = 22; + prefixLength = 20; } ]; -- cgit v1.2.3 From 2e6cdf158ddafa1151389ade22d27580b31cbdde Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 25 Apr 2024 00:12:03 +0200 Subject: puyak.r: enable esphome --- krebs/1systems/puyak/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'krebs/1systems/puyak') diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index d3c6cbeb..d3891af8 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -73,6 +73,7 @@ # hass.shack + # connect to git.shackspace.de as group runner for rz -- cgit v1.2.3