sops not working

This commit is contained in:
2026-03-25 09:57:53 +01:00
parent 097078172e
commit 2c122a248d
9 changed files with 20 additions and 59 deletions

9
builds/steam.nix Normal file
View File

@@ -0,0 +1,9 @@
{ ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
}