Compare commits
1 commit
master
...
paperless-
| Author | SHA1 | Date | |
|---|---|---|---|
| cac7a846cc |
2 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# vim: tabstop=2 shiftwidth=2 expandtab
|
||||
let
|
||||
base-domain = "005540.xyz";
|
||||
base-domain = "paperless-testing.hummingbird-stork.ts.net";
|
||||
in
|
||||
{ lib, ... }: {
|
||||
imports = [
|
||||
|
|
@ -36,7 +36,7 @@ in
|
|||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
zramSwap.enable = true;
|
||||
networking.hostName = "quasar";
|
||||
networking.hostName = "paperless-testing";
|
||||
users.users.root.initialPassword = "asunarovow";
|
||||
networking.domain = "";
|
||||
nix.allowedUsers = [ "@wheel" "root" ];
|
||||
|
|
|
|||
|
|
@ -6,9 +6,14 @@
|
|||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
serverNamesHashBucketSize = 128;
|
||||
virtualHosts = {
|
||||
"${base-domain}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:28981";
|
||||
};
|
||||
};
|
||||
"sourcehut.${base-domain}" = {
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue