diff --git a/modules/hosts/dnsc-server/default.nix b/modules/hosts/dnsc-server/default.nix index 495200b..11b027e 100644 --- a/modules/hosts/dnsc-server/default.nix +++ b/modules/hosts/dnsc-server/default.nix @@ -19,7 +19,7 @@ in restic samba-share - { + ({ config, ... }: { imports = [ ./_hardware-configuration.nix ]; networking.hostName = hostname; system.stateVersion = "24.11"; @@ -37,7 +37,7 @@ in # Options for my custom modules samba-share.path = "/main/share"; samba-share.allowedHosts = "192.168.178. 127.0.0.1 localhost"; - } + }) ]; }; }