This commit is contained in:
Daniel Flanagan 2024-03-04 12:08:18 -06:00
parent a1ae78113a
commit 0c51d44c08
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
3 changed files with 4 additions and 9 deletions

View file

@ -1,14 +1,8 @@
{pkgs, ...}: { {pkgs, ...}: {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
(
lutris.override {
extraPkgs = pkgs: [
# List package dependencies here
wineWowPackages.waylandFull wineWowPackages.waylandFull
]; lutris
}
)
]; ];
}; };
} }

View file

@ -623,7 +623,7 @@ in {
# note: localhost is the ipv6 localhost ::1 # note: localhost is the ipv6 localhost ::1
hosts allow = 100.64.0.0/10 192.168.0.0/16 127.0.0.1 localhost hosts allow = 100.64.0.0/10 192.168.0.0/16 127.0.0.1 localhost
hosts deny = 0.0.0.0/0 hosts deny = 0.0.0.0/0
guest account = nobody guest account = guest
map to guest = bad user map to guest = bad user
# load printers = yes # load printers = yes
# printing = cups # printing = cups

View file

@ -26,6 +26,7 @@
printing printing
ewwbar ewwbar
melee melee
lutris
]; ];
programs.steam.enable = true; programs.steam.enable = true;