Add a cool game :)
This commit is contained in:
parent
d980ba204a
commit
cdb6518994
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
services.teeworlds = {
|
||||
enable = true;
|
||||
openPorts = true;
|
||||
};
|
||||
|
||||
boot.initrd.postDeviceCommands = lib.mkAfter ''
|
||||
zfs rollback -r rpool/root@blank
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue