fixed things and added things

This commit is contained in:
2026-07-01 21:55:36 +01:00
parent 8f311cc4ba
commit d42ad4b44f
6 changed files with 121 additions and 66 deletions
+14
View File
@@ -12,10 +12,24 @@
<modules/services/home-assistant>
<modules/services/docker-registry>
<modules/services/ddns>
<modules/services/rtmp-to-whip>
];
nixos = {
networking.hostName = "nixos-001-rp5";
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
fsType = "ext4";
options = ["noatime"];
};
"/boot/firmware" = {
device = "/dev/disk/by-uuid/2175-794E";
fsType = "vfat";
options = ["noatime"];
};
};
networking.firewall = {
enable = true;
allowedTCPPorts = [