nixos/home/sfh: Introduce hass container
Some checks failed
CI / Check, build and cache nixfiles (push) Has been cancelled

This commit is contained in:
2025-03-09 20:02:47 +00:00
parent 8f4b61fc2b
commit a3870a4293
5 changed files with 147 additions and 70 deletions

View File

@@ -83,6 +83,12 @@ in
};
};
environment = {
systemPackages = with pkgs; [
usbutils
];
};
systemd.network = {
links = {
"10-lan-hi" = {
@@ -142,6 +148,11 @@ in
let
instances = {
# unifi = {};
hass = {
bindMounts = {
"/dev/bus/usb/001/002".readOnly = false;
};
};
};
in
mkMerge [