stuff
This commit is contained in:
parent
c1a128dbae
commit
1c314ffcd7
2 changed files with 10 additions and 8 deletions
|
|
@ -9,6 +9,8 @@ in
|
||||||
nfs.enable = true;
|
nfs.enable = true;
|
||||||
deluge.enable = true;
|
deluge.enable = true;
|
||||||
arr.enable = true;
|
arr.enable = true;
|
||||||
|
jellyfin.enable = true;
|
||||||
|
home-assistant.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
|
|
|
||||||
|
|
@ -8,14 +8,14 @@
|
||||||
5683
|
5683
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
# imports = [
|
||||||
./zones.nix
|
# ./zones.nix
|
||||||
./wyoming.nix
|
# ./wyoming.nix
|
||||||
./mosquitto.nix
|
# ./mosquitto.nix
|
||||||
./bathroom.nix
|
# ./bathroom.nix
|
||||||
./lights.nix
|
# ./lights.nix
|
||||||
./heating.nix
|
# ./heating.nix
|
||||||
];
|
# ];
|
||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue