Commit 2605ef3cf3a6
Changed files (1)
machine
machine/carthage.nix
@@ -14,9 +14,6 @@ with import ../assets/machines.nix; {
ssh.enable = true;
syncthing.enable = true;
};
- programs = {
- podman.enable = true;
- };
networking.firewall.allowPing = true;
services = {
openssh.ports = [ ssh.carthage.port ];