This commit is contained in:
2025-11-26 17:42:05 +01:00
parent c66dd11217
commit f8fca9092d
4 changed files with 79 additions and 197 deletions

View File

@@ -195,6 +195,13 @@
monitorSetup = "none";
containerization = "podman";
};
rpi4-1 = mkSystem {
hostname = "rpi4-1";
username = "phil";
monitorSetup = "none";
containerization = "podman";
};
};
};