a
This commit is contained in:
parent
92f88668f5
commit
733d348518
708
flake.lock
708
flake.lock
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
|||||||
services.nginx.virtualHosts."gaze.systems" = {
|
services.nginx.virtualHosts."gaze.systems" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = "${inputs.blog.packages.${pkgs.system}.blog}";
|
root = "${inputs.blog.packages.${pkgs.system}.site}";
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
add_header cache-control max-age=1800;
|
add_header cache-control max-age=1800;
|
||||||
'';
|
'';
|
||||||
|
@ -54,6 +54,8 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
# cuz nixos complains
|
||||||
|
zsh.enable = true;
|
||||||
# this is needed for impermanence
|
# this is needed for impermanence
|
||||||
fuse.userAllowOther = true;
|
fuse.userAllowOther = true;
|
||||||
adb.enable = true;
|
adb.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user