add power scripts

This commit is contained in:
Kopatz
2024-11-18 14:57:26 +01:00
parent 141c8f891c
commit 34c3537d68
4 changed files with 28 additions and 2 deletions

View File

@@ -81,6 +81,8 @@
nixpkgs.config.permittedInsecurePackages =
[ "electron-28.3.3" "electron-27.3.11" ];
networking.firewall.allowedTCPPorts = [ 6567 ]; # mindustry
networking.firewall.allowedUDPPorts = [ 6567 ]; # mindustry
mainUser.layout = "de";
mainUser.variant = "us";
age.identityPaths = [ /home/kopatz/.ssh/id_rsa ];