Compare commits
2 commits
816a34770c
...
fdceea44d6
Author | SHA1 | Date | |
---|---|---|---|
Lillian Violet | fdceea44d6 | ||
Lillian Violet | eebdbe7581 |
5
justfile
5
justfile
|
@ -13,3 +13,8 @@ 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,6 +78,7 @@
|
||||||
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