Compare commits

..

No commits in common. "bf382371cb4c95601817768373aa239f0f062f2f" and "e53be29b0c53c75ade9c3faee5de6ca1ce5312a6" have entirely different histories.

2 changed files with 0 additions and 23 deletions

View file

@ -15,24 +15,6 @@
./forgejo.nix
];
services.nginx.virtualHosts."lelgenio.xyz" = {
enableACME = true;
forceSSL = true;
root = pkgs.runCommand "www-dir" { } ''
mkdir -p $out
cat > $out/index.html <<EOF
<!DOCTYPE html>
<html lang="en">
<body>
<h1>
Nothing to see here!
<h1>
</body>
</html>
EOF
'';
};
# # Enable networking
# networking.networkmanager.enable = true;
# Set your time zone.

View file

@ -9,11 +9,6 @@
};
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
forceSSL = true;
enableACME = true;
};
age = {
secrets.phantom-nextcloud = {
file = ../../secrets/phantom-nextcloud.age;