diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-29 14:07:08 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-29 14:07:08 +0530 |
commit | 0f622efc5c46c988156b4d527b4b15489e27d197 (patch) | |
tree | 46b2a1514683141cedfb7e0039ef82d0a586a66f /hosts/kay/configuration.nix | |
parent | 220732df77e7533e77421df7c1d8195dc6d0cdae (diff) |
kay/sftp: init
Diffstat (limited to 'hosts/kay/configuration.nix')
-rw-r--r-- | hosts/kay/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index 5085a42..7d85efc 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -5,6 +5,7 @@ ./hardware-configuration.nix ./modules/network.nix ./modules/www.nix + ./modules/sftp.nix ../../common.nix ]; |