From eebdbe7581af244f347d333f3dd6ab122acca1cf Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 5 Dec 2024 14:46:52 +0100 Subject: [PATCH] accidentally removed davfs, re-added it --- nixos/hosts/wheatley/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 906e808..4e6b8da 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -78,6 +78,7 @@ path = "/etc/davfs2/secrets"; }; + services.davfs2.enable = true; systemd.mounts = [ { enable = true;