diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-11 20:17:49 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-11 21:06:35 +0530 |
commit | 7bb35b9e407422312c171802c7f5e583f353ba28 (patch) | |
tree | dd78df8c598e97edf346f897f4580ab5155ac0c0 /hosts/lia/configuration.nix | |
parent | 05c7f64bd12d56f3fc066f61fc01351acb0ddb7b (diff) |
hosts/kay,lia/sshfwd: init
Diffstat (limited to 'hosts/lia/configuration.nix')
-rw-r--r-- | hosts/lia/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/lia/configuration.nix b/hosts/lia/configuration.nix index 37ae805..4cc057e 100644 --- a/hosts/lia/configuration.nix +++ b/hosts/lia/configuration.nix @@ -7,6 +7,7 @@ ./modules/network ./modules/users.nix ./modules/lxc.nix + ./modules/sshfwd.nix ]; } |