Compare commits
No commits in common. "75212dc4bf724624f4efcdee7aa0d5b3ea936af7" and "d380110543f56ce5e3a46d2e6e2789ea538117b1" have entirely different histories.
75212dc4bf
...
d380110543
@ -9,7 +9,7 @@
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Infrastructure
|
||||
# ./backup.nix
|
||||
./backup.nix
|
||||
./libvirt.nix
|
||||
./services/dyndns.nix
|
||||
./services/nginx.nix
|
||||
@ -18,17 +18,17 @@
|
||||
./services/wireguard.nix
|
||||
|
||||
# Services
|
||||
# ./services/flame.nix
|
||||
./services/flame.nix
|
||||
./services/gitea.nix
|
||||
./services/hedgedoc.nix
|
||||
./services/home-assistant.nix
|
||||
./services/keycloak.nix
|
||||
# ./services/koillection.nix
|
||||
./services/koillection.nix
|
||||
./services/matrix
|
||||
./services/microbin.nix
|
||||
./services/minecraft/home.nix
|
||||
./services/monitoring
|
||||
# ./services/rtl-tcp.nix
|
||||
./services/rtl-tcp.nix
|
||||
./services/searx.nix
|
||||
./services/vaultwarden.nix
|
||||
];
|
||||
|
@ -15,15 +15,13 @@
|
||||
|
||||
fileSystems = {
|
||||
"/mnt/feal-syn1/backup" = {
|
||||
device = "192.168.10.162:/volume2/backup";
|
||||
device = "feal-syn1.home.feal.no:/volume2/backup";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"defaults"
|
||||
"noatime"
|
||||
"rw"
|
||||
"nfsvers=3"
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -8,7 +8,7 @@ in {
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
homeassistant = {
|
||||
image = "ghcr.io/home-assistant/home-assistant:2025.5.3";
|
||||
image = "ghcr.io/home-assistant/home-assistant:2024.1";
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
"--device=/dev/ttyUSB0" # Sonoff Zigbee 3.0 USB
|
||||
|
Loading…
x
Reference in New Issue
Block a user