fixes missing config

This commit is contained in:
Dennis Schoepf 2026-03-04 22:51:00 +01:00
parent 7353edd594
commit b0d4360415

View file

@ -19,7 +19,7 @@ in
restic restic
samba-share samba-share
{ ({ config, ... }: {
imports = [ ./_hardware-configuration.nix ]; imports = [ ./_hardware-configuration.nix ];
networking.hostName = hostname; networking.hostName = hostname;
system.stateVersion = "24.11"; system.stateVersion = "24.11";
@ -37,7 +37,7 @@ in
# Options for my custom modules # Options for my custom modules
samba-share.path = "/main/share"; samba-share.path = "/main/share";
samba-share.allowedHosts = "192.168.178. 127.0.0.1 localhost"; samba-share.allowedHosts = "192.168.178. 127.0.0.1 localhost";
} })
]; ];
}; };
} }