This website requires JavaScript.
Explore
Help
Sign in
peter
/
haccfiles
Watch
1
Star
0
Fork
You've already forked haccfiles
0
forked from
hacc/haccfiles
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
272b3e6e51
haccfiles
/
modules
/
default.nix
8 lines
52 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial Commit
2020-11-27 20:56:20 +00:00
{
.
.
.
}:
remove unused modules
2022-11-10 00:25:33 +00:00
{
Initial Commit
2020-11-27 20:56:20 +00:00
imports
=
[
modules/website.nix init idea is to have a directory `websites/` which contains all our static sites, with the name of each subdirectory also being their domain. Then Nix can just read that directory during build-time and automatically generate nginx virtualHosts for all of them (note that the subdirectories have to contain a `default.nix` specifying how to build the site for that to work). Thus we could avoid the dependency on gitlab pages.
2022-01-06 22:04:44 +00:00
./websites.nix
services/vaultwarden: init vaultwarden
2021-09-28 11:13:25 +00:00
]
;
Initial Commit
2020-11-27 20:56:20 +00:00
}
Reference in a new issue
Copy permalink