migrate slimserver to docker container

This commit is contained in:
nyanloutre 2021-10-11 10:48:26 +02:00
parent 53cf463bba
commit a1d875e903
2 changed files with 23 additions and 5 deletions

View file

@ -178,6 +178,8 @@
services.autossh.sessions = [ { extraArguments = "-N -R 0.0.0.0:2222:127.0.0.1:22 loutre@vps772619.ovh.net"; monitoringPort = 20000; name = "backup-ssh-reverse"; user = "autossh"; } ];
virtualisation.podman.enable = true;
security.sudo.wheelNeedsPassword = false;
system.stateVersion = "18.03";