Compare commits

..

2 Commits

Author SHA1 Message Date
7951c777cb nixos/sfh: Disable unifi
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h13m56s
2025-12-06 21:59:34 +00:00
b031840f81 nixos/object: Fix harmonia
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 3h13m40s
2025-12-06 15:39:47 +00:00
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View File

@@ -105,8 +105,8 @@
}, },
"crane_2": { "crane_2": {
"locked": { "locked": {
"lastModified": 1725409566, "lastModified": 1760924934,
"narHash": "sha256-PrtLmqhM6UtJP7v7IGyzjBFhbG4eOAHT6LPYOFmYfbk=", "narHash": "sha256-tuuqY5aU7cUkR71sO2TraVKK2boYrdW3gCSXUkF4i44=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "c6b4d5308293d0d04fcfeee92705017537cad02f", "rev": "c6b4d5308293d0d04fcfeee92705017537cad02f",

View File

@@ -1,6 +1,6 @@
{ {
imports = [ imports = [
./unifi.nix # ./unifi.nix
./hass.nix ./hass.nix
]; ];
} }