diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 13:24:58 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 18:03:21 +0530 |
commit | c48a2543f0a11a92fd759188038c2767362ebec6 (patch) | |
tree | 05600de521c3ff623888610c340dadd4df46c4a8 /hosts/dspace/configuration.nix | |
parent | ca76ec99a638fb7ef8f54644695a47b627d64257 (diff) |
dspace/www/dsp: init
Diffstat (limited to 'hosts/dspace/configuration.nix')
-rw-r--r-- | hosts/dspace/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/dspace/configuration.nix b/hosts/dspace/configuration.nix index c7dc52b..a3a1ead 100644 --- a/hosts/dspace/configuration.nix +++ b/hosts/dspace/configuration.nix @@ -7,6 +7,7 @@ in imports = [ ./hardware-configuration.nix ./modules/network.nix + ./modules/www.nix ../../common.nix ]; |