fix: missing services in nfs config [winters]

This commit is contained in:
Swarsel 2024-09-23 23:42:47 +02:00
parent 9f3f14e159
commit a3fa94958f
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 91 additions and 91 deletions

View file

@ -6586,7 +6586,7 @@ Also, the system state version is set here. No need to touch it.
#+begin_src nix :tangle profiles/server/common/nfs.nix
{ pkgs, lib, config, ... }:
{
services = {
# Network shares
# add a user with sudo smbpasswd -a <user>
samba = {

View file

@ -1,6 +1,6 @@
{ pkgs, lib, config, ... }:
{
services = {
# Network shares
# add a user with sudo smbpasswd -a <user>
samba = {
@ -49,5 +49,5 @@
# This enables autodiscovery on windows since SMB1 (and thus netbios) support was discontinued
enable = true;
};
};
};
}