diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-20 22:57:12 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-20 22:57:12 +0100 |
commit | 62a097de76813a74543078bdb1f769afe9fc86e8 (patch) | |
tree | 067782d58b31c4ec0a72f1b63788bed3ca0daf88 /hosts/vidhar | |
parent | e8d08e390b26ca876a4f7466683b7128738e4630 (diff) | |
download | nixos-62a097de76813a74543078bdb1f769afe9fc86e8.tar nixos-62a097de76813a74543078bdb1f769afe9fc86e8.tar.gz nixos-62a097de76813a74543078bdb1f769afe9fc86e8.tar.bz2 nixos-62a097de76813a74543078bdb1f769afe9fc86e8.tar.xz nixos-62a097de76813a74543078bdb1f769afe9fc86e8.zip |
vidhar: ...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/network/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix index 6b5d1f81..5822e746 100644 --- a/hosts/vidhar/network/default.nix +++ b/hosts/vidhar/network/default.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { ... }: | 1 | { pkgs, ... }: |
2 | { | 2 | { |
3 | imports = [ ./dsl.nix ./bifrost ./dhcp ]; | 3 | imports = [ ./dsl.nix ./bifrost ./dhcp ]; |
4 | 4 | ||