update flake lock and remove package only available to kde5

This commit is contained in:
Lillian Violet 2025-09-13 13:51:10 +02:00
parent a77e7bcda3
commit 913e481b04
5 changed files with 86 additions and 66 deletions

View file

@ -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";
};