diff --git a/justfile b/justfile index 887be5e..a6da660 100644 --- a/justfile +++ b/justfile @@ -13,8 +13,3 @@ update: clean: sudo nix-collect-garbage sudo nix-store --optimise - -push: - git add * - read -p "Commit message: " -r message && git commit -m "$message" - git push diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 4e6b8da..906e808 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -78,7 +78,6 @@ path = "/etc/davfs2/secrets"; }; - services.davfs2.enable = true; systemd.mounts = [ { enable = true;