Samba
This commit is contained in:
parent
a1ae78113a
commit
0c51d44c08
3 changed files with 4 additions and 9 deletions
|
@ -1,14 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
(
|
||||
lutris.override {
|
||||
extraPkgs = pkgs: [
|
||||
# List package dependencies here
|
||||
wineWowPackages.waylandFull
|
||||
];
|
||||
}
|
||||
)
|
||||
wineWowPackages.waylandFull
|
||||
lutris
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -623,7 +623,7 @@ in {
|
|||
# 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 deny = 0.0.0.0/0
|
||||
guest account = nobody
|
||||
guest account = guest
|
||||
map to guest = bad user
|
||||
# load printers = yes
|
||||
# printing = cups
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
printing
|
||||
ewwbar
|
||||
melee
|
||||
lutris
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
|
Loading…
Reference in a new issue