new service, new drive

This commit is contained in:
Reid 2025-06-01 17:37:53 -07:00
parent 7a9f880f6d
commit b923d7dedf
3 changed files with 39 additions and 1 deletions

View file

@ -24,7 +24,7 @@
boot.loader.generic-extlinux-compatible.enable = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
{ device = "/dev/disk/by-uuid/27851c93-5389-4fcb-abe0-5372b1190bc4";
fsType = "ext4";
options = [ "noatime" "nodiratime" "discard" ];
};