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