--wip-- [skip ci]
This commit is contained in:
parent
d662a4c8ea
commit
1ff5f9d7d2
2 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
with lib; {
|
||||
|
||||
{ pkgs, ... }: {
|
||||
boot = {
|
||||
growPartition = true;
|
||||
kernelParams = [ "console=ttyS0" "panic=1" "boot.panic_on_fail" ];
|
||||
|
|
@ -123,6 +121,12 @@ with lib; {
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"my-nextcloud.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://freya.local:80/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
openssh = {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
hostName = "freya.local";
|
||||
maxUploadSize = "32G";
|
||||
config.trustedProxies = [ "172.23.4.159" ];
|
||||
config.adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
||||
config.objectstore.s3 = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue