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
|
#+begin_src nix :tangle profiles/server/common/nfs.nix
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
{
|
{
|
||||||
|
services = {
|
||||||
# Network shares
|
# Network shares
|
||||||
# add a user with sudo smbpasswd -a <user>
|
# add a user with sudo smbpasswd -a <user>
|
||||||
samba = {
|
samba = {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
{
|
{
|
||||||
|
services = {
|
||||||
# Network shares
|
# Network shares
|
||||||
# add a user with sudo smbpasswd -a <user>
|
# add a user with sudo smbpasswd -a <user>
|
||||||
samba = {
|
samba = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue