test: impermanence

This commit is contained in:
Nick 2025-11-05 13:08:41 -06:00
parent 4e05093a1d
commit 672c9bb7c0

View file

@ -7,7 +7,7 @@
let let
inherit (flake.config.people) user0; inherit (flake.config.people) user0;
rootDevice = "/dev/disk/by-uuid/8596aaba-338f-4f9d-ba9d-a63bcbc38523"; rootDevice = "/dev/disk/by-uuid/df9868a4-2dd1-40d5-9f5f-c56ceac62216";
in in
{ {
fileSystems = { fileSystems = {
@ -37,7 +37,7 @@ in
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/7328-07C6"; device = "/dev/disk/by-uuid/DF19-AD99";
fsType = "vfat"; fsType = "vfat";
options = [ options = [
"fmask=0077" "fmask=0077"