diff --git a/justfile b/justfile index a6da660..887be5e 100644 --- a/justfile +++ b/justfile @@ -13,3 +13,8 @@ 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 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;