server7/samba: move around

This commit is contained in:
Astro 2020-01-26 22:20:37 +01:00
parent b3112f6ea5
commit 0059e75b0b
1 changed files with 5 additions and 5 deletions

View File

@ -7,16 +7,16 @@ name:
isReadOnly = true;
};
networking = {
useDHCP = false;
interfaces.eth0.useDHCP = true;
};
config = { config, pkgs, lib, ... }: {
imports = [ ../inner-defaults.nix ];
c3d2.hq.statistics.enable = true;
networking = {
useDHCP = false;
interfaces.eth0.useDHCP = true;
};
services.samba = {
enable = true;
enableNmbd = true;