mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat(gustave): activate pages
This commit is contained in:
parent
82ab72f102
commit
1c8f6134f3
1 changed files with 1 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
|||
./home-julien.nix
|
||||
./nsd.nix
|
||||
./borg.nix
|
||||
./pages.nix
|
||||
];
|
||||
|
||||
machine.meta = {
|
||||
|
@ -36,10 +37,6 @@
|
|||
nginx.enable = true;
|
||||
nginx.subdomain = "docs";
|
||||
};
|
||||
machine.meta.zones."luj.fr".subdomain."agorakit" = {
|
||||
A = "82.67.34.230";
|
||||
AAAA = "2a01:e0a:de4:a0e1:76c2:d2d0:6948:5219";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue