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;
|
users.groups.wroclaw.gid = 1000;
|
||||||
|
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "wroclaw";
|
user = "wroclaw";
|
||||||
|
|
|
@ -91,11 +91,6 @@
|
||||||
VISUAL = EDITOR;
|
VISUAL = EDITOR;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam = {
|
|
||||||
enable = true;
|
|
||||||
remotePlay.openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable fail2ban because of the OpenSSH server
|
# Enable fail2ban because of the OpenSSH server
|
||||||
services.fail2ban = {
|
services.fail2ban = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue