1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

chore: migrate nginx and site

This commit is contained in:
RGBCube 2025-02-23 00:35:35 +03:00
parent 5a485ffa16
commit 0dd43e11e9
6 changed files with 129 additions and 11 deletions

7
hosts/disk/site.nix Normal file
View file

@ -0,0 +1,7 @@
{ self, ... }: {
imports = [
(self + /modules/acme)
(self + /modules/nginx.nix)
(self + /modules/site.nix)
];
}

View file

@ -1,7 +0,0 @@
{ self, ... }: {
imports = [
# (self + /modules/acme)
# (self + /modules/nginx.nix)
# (self + /modules/site.nix)
];
}