added minecraft server. Backup solution is a bit ugly ATM.

This commit is contained in:
Gabe Venberg 2025-04-11 23:38:32 +02:00
parent 39bee826c3
commit 60fe035ea7
8 changed files with 94 additions and 9 deletions

View file

@ -5,6 +5,9 @@
lib,
...
}: {
virtualisation.docker.enable = true;
virtualisation.docker = {
enable = true;
autoPrune.enable = true;
};
users.users.${config.host.user}.extraGroups = ["docker"];
}