remove nextcloud
This commit is contained in:
parent
7d5807c26a
commit
7b83b430c8
2 changed files with 0 additions and 18 deletions
|
@ -4,7 +4,6 @@
|
||||||
./real-hardware.nix
|
./real-hardware.nix
|
||||||
../cli.nix
|
../cli.nix
|
||||||
./matrix-server.nix
|
./matrix-server.nix
|
||||||
./nextcloud.nix
|
|
||||||
./print-server.nix
|
./print-server.nix
|
||||||
./restic-server.nix
|
./restic-server.nix
|
||||||
./home-assistant.nix
|
./home-assistant.nix
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
{ config, pkgs, ... }: {
|
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
|
||||||
services.nextcloud = {
|
|
||||||
enable = true;
|
|
||||||
home = "/data/nextcloud";
|
|
||||||
https = false;
|
|
||||||
hostName = "purrfect.estate";
|
|
||||||
package = pkgs.nextcloud24;
|
|
||||||
config = {
|
|
||||||
adminuser = "cyryl";
|
|
||||||
adminpassFile = "/etc/secrets/nextcloud";
|
|
||||||
dbtype = "sqlite";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue