fixes missing config
This commit is contained in:
parent
7353edd594
commit
b0d4360415
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
}
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue