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 = "*";
|
allowOrigin = "*";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.samba = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
@ -318,6 +313,7 @@ in {
|
||||||
firefoxpwa
|
firefoxpwa
|
||||||
gnupg
|
gnupg
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
|
cifs-utils # Needed to access SMB Shares
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
Loading…
Add table
Reference in a new issue