Add a cool game :)

This commit is contained in:
Rasmus Rendal 2024-08-08 15:05:39 +02:00
parent d980ba204a
commit cdb6518994

View file

@ -38,6 +38,11 @@ in {
]; ];
}; };
services.teeworlds = {
enable = true;
openPorts = true;
};
boot.initrd.postDeviceCommands = lib.mkAfter '' boot.initrd.postDeviceCommands = lib.mkAfter ''
zfs rollback -r rpool/root@blank zfs rollback -r rpool/root@blank
''; '';