mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
nix cleanups
This commit is contained in:
parent
1d00c3973d
commit
19e26b476b
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ in {
|
|||
# symlink instead of passing `configFile` directly to netnsd to allow changing the config without changing the path
|
||||
environment.etc."netnsd/netnsd.toml".source = configFile;
|
||||
|
||||
environment.systemPackages = with pkgs; [cfg.package];
|
||||
environment.systemPackages = [cfg.package];
|
||||
|
||||
systemd.services.netnsd = {
|
||||
reloadTriggers = [configFile];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue