Compare commits
No commits in common. "fdceea44d6c9303fd0301064c4c53c8db2ec2c22" and "816a34770ca05b49ba86bd8e1aeb232aa0a3d51d" have entirely different histories.
fdceea44d6
...
816a34770c
5
justfile
5
justfile
|
@ -13,8 +13,3 @@ update:
|
||||||
clean:
|
clean:
|
||||||
sudo nix-collect-garbage
|
sudo nix-collect-garbage
|
||||||
sudo nix-store --optimise
|
sudo nix-store --optimise
|
||||||
|
|
||||||
push:
|
|
||||||
git add *
|
|
||||||
read -p "Commit message: " -r message && git commit -m "$message"
|
|
||||||
git push
|
|
||||||
|
|
|
@ -78,7 +78,6 @@
|
||||||
path = "/etc/davfs2/secrets";
|
path = "/etc/davfs2/secrets";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.davfs2.enable = true;
|
|
||||||
systemd.mounts = [
|
systemd.mounts = [
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue