chore(etna): move some stuff in default.nix
This commit is contained in:
parent
3df6633d33
commit
9a254038ba
4 changed files with 60 additions and 62 deletions
|
@ -63,15 +63,6 @@ in
|
|||
lib.recursiveUpdate {
|
||||
age.secrets = mkSecret "minecraftEnv" {};
|
||||
|
||||
services.frp = {
|
||||
enable = true;
|
||||
role = "client";
|
||||
settings = {
|
||||
serverAddr = "49.13.148.129";
|
||||
serverPort = 7000;
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
|
||||
systemd.services.restart-minecraft-servers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue