Rename services directory to common

This commit is contained in:
Katherina Walshe-Grey 2024-06-05 23:30:24 +01:00
parent 1ca847cd91
commit bf2d7f7f10
7 changed files with 3 additions and 4 deletions

View file

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