Added SMB Share Compatibility
This commit is contained in:
parent
fa616b03e3
commit
6011808f7b
1 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,11 @@ 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue