summaryrefslogtreecommitdiffstats
path: root/1systems/gum/hardware-config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-01-27 23:00:02 +0100
committermakefu <github@syntax-fehler.de>2021-01-27 23:00:02 +0100
commitaf93e2f7e70c2470255f38facf0b02cb1fb0fb95 (patch)
tree0794708115372ab797ea5b9ae9dfda818df9aca4 /1systems/gum/hardware-config.nix
parent726ef267d533e2a4bd543ea89fab29fb7e7470da (diff)
ma gumr.: enable workadventure
Diffstat (limited to '1systems/gum/hardware-config.nix')
-rw-r--r--1systems/gum/hardware-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/gum/hardware-config.nix b/1systems/gum/hardware-config.nix
index 2d7efe9cf..1881329ce 100644
--- a/1systems/gum/hardware-config.nix
+++ b/1systems/gum/hardware-config.nix
@@ -69,7 +69,7 @@ in {
fsType = "ext4";
options = [ "nofail" ];
};
- fileSystems."/var/www/o.euer.krebsco.de" = {
+ fileSystems."/var/lib/nextcloud/data" = {
device = "/dev/nixos/nextcloud";
fsType = "ext4";
options = [ "nofail" ];