mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: missing services in nfs config [winters]
This commit is contained in:
parent
9f3f14e159
commit
a3fa94958f
2 changed files with 91 additions and 91 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue