feat: add luanti server and host
This commit is contained in:
parent
ad59ee55cc
commit
4880ce65ae
4 changed files with 53 additions and 0 deletions
|
@ -19,6 +19,7 @@ in {
|
|||
# to add more append // (host_helper example);
|
||||
nixosConfigurations = builtins.mapAttrs (hostName: hostOptions: (hostHelper hostName hostOptions)) {
|
||||
crocoite = {};
|
||||
game-luanti = {unstable = true;};
|
||||
};
|
||||
|
||||
# Your custom packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue