Add Steam disk

This commit is contained in:
KnightArtorias 2025-12-13 12:59:59 +00:00
parent 5d3378e520
commit 0630075696

View file

@ -23,4 +23,14 @@
}; };
networking.hostName = "crow"; networking.hostName = "crow";
fileSystems."/mnt/steam" = {
device = "/dev/disk/by-uuid/312227de-38a9-4475-9e46-fecc232f2002";
fsType = "ext4";
options = [
"users"
"nofail"
];
};
} }