update flake lock and remove package only available to kde5
This commit is contained in:
parent
a77e7bcda3
commit
913e481b04
5 changed files with 86 additions and 66 deletions
|
@ -34,6 +34,28 @@
|
|||
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
|
||||
services.samba = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
global = {
|
||||
"invalid users" = [
|
||||
"root"
|
||||
];
|
||||
"passwd program" = "/run/wrappers/bin/passwd %u";
|
||||
security = "user";
|
||||
};
|
||||
public = {
|
||||
browseable = "yes";
|
||||
comment = "Public samba share.";
|
||||
"guest ok" = "yes";
|
||||
path = "/home/lillian/samba";
|
||||
"read only" = "no";
|
||||
};
|
||||
};
|
||||
};
|
||||
users.groups.samba.members = ["lillian"];
|
||||
|
||||
services.vpn-ip = {
|
||||
ip = "3";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue