3950x: Add volume for steam-games

auto-flake-update
Yorick van Pelt 2022-04-11 11:38:19 +02:00
parent d7793552cc
commit 06d7266b19
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@
fsType = "zfs";
};
fileSystems."/home/yorick/steam-games" = {
device = "rpool/steam";
fsType = "zfs";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/5D0A-7902";
fsType = "vfat";