added cifs-utils and removed SMB Server Config
This commit is contained in:
parent
6011808f7b
commit
da56f434e4
1 changed files with 1 additions and 5 deletions
|
@ -145,11 +145,6 @@ in {
|
|||
allowOrigin = "*";
|
||||
};
|
||||
|
||||
services.samba = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
|
@ -318,6 +313,7 @@ in {
|
|||
firefoxpwa
|
||||
gnupg
|
||||
pinentry-qt
|
||||
cifs-utils # Needed to access SMB Shares
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
Loading…
Add table
Reference in a new issue