core: move programs.steam to account.nix
This commit is contained in:
parent
6a7dff6a96
commit
1786dbfac7
2 changed files with 5 additions and 5 deletions
|
@ -28,6 +28,11 @@
|
|||
};
|
||||
users.groups.wroclaw.gid = 1000;
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "wroclaw";
|
||||
|
|
|
@ -91,11 +91,6 @@
|
|||
VISUAL = EDITOR;
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
|
||||
# Enable fail2ban because of the OpenSSH server
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue