Added clojure devenv template and more stuff

This commit is contained in:
marc
2023-08-06 17:35:41 +02:00
parent e9bfdcc27e
commit 10f4940ae1
5 changed files with 41 additions and 2 deletions

View File

@@ -22,6 +22,13 @@
device = "/dev/disk/by-label/BOOT";
fsType = "vfat";
};
"/mnt/vatnajokull" = {
device = "vatnajokull:/mnt/raid1";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "noatime" "x-systemd.idle-timeout=600"];
};
};
swapDevices = [