diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-30 18:20:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-01 15:10:54 +0530 |
commit | 53c634233aa21c04c461af69cd819e05c3050eff (patch) | |
tree | f4b840cf73a7c1471107e757e5dedae2c55d5b0f /hosts/kay/modules/network.nix | |
parent | d5c9cab03b17950bdde4c9dfc85ff2580752419c (diff) |
kay/network/he: init
Diffstat (limited to 'hosts/kay/modules/network.nix')
-rw-r--r-- | hosts/kay/modules/network.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/kay/modules/network.nix b/hosts/kay/modules/network.nix index cd90268..4714295 100644 --- a/hosts/kay/modules/network.nix +++ b/hosts/kay/modules/network.nix @@ -7,7 +7,10 @@ let domain = config.userdata.domain; in { - imports = [ ./router.nix ]; + imports = [ + ./router.nix + ./hurricane.nix + ]; sops.secrets = { "ppp/chap-secrets" = {}; |