Make nidus run on www.nidus.cloud

Because that's what our printed banners do.
This commit is contained in:
Eli Ribble 2026-02-02 02:11:43 +00:00
parent 5bdd358a8b
commit ce0af0e543
No known key found for this signature in database
3 changed files with 9 additions and 5 deletions

8
flake.lock generated
View file

@ -297,17 +297,17 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1769790733,
"narHash": "sha256-k7cm/VIIObrZBDKJegldSzHoloPVG80yXjlWQZspU04=",
"lastModified": 1769893623,
"narHash": "sha256-P7vgB78PphpA5Ceyc3XXX2OKy0AndnPbjc8U1bto3D0=",
"owner": "Gleipnir-Technology",
"repo": "nidus-sync",
"rev": "bc27a195345fe5576828cd85aa4aac4c2afcd3d1",
"rev": "f20067b323c0e1001d9d51ecafbbb8e0cb05b65a",
"type": "github"
},
"original": {
"owner": "Gleipnir-Technology",
"repo": "nidus-sync",
"rev": "bc27a195345fe5576828cd85aa4aac4c2afcd3d1",
"rev": "f20067b323c0e1001d9d51ecafbbb8e0cb05b65a",
"type": "github"
}
},

View file

@ -27,7 +27,7 @@
type = "github";
owner = "Gleipnir-Technology";
repo = "nidus-sync";
rev = "bc27a195345fe5576828cd85aa4aac4c2afcd3d1";
rev = "f20067b323c0e1001d9d51ecafbbb8e0cb05b65a";
};
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";

View file

@ -5,6 +5,10 @@
root * /var/www/html/nidus.cloud
file_server
'';
"www.nidus.cloud".extraConfig = ''
root * /var/www/html/nidus.cloud
file_server
'';
};
systemd.tmpfiles.rules = [
"d /var/www/html 0755 root root"