split game subvol, adjust wine pkgs

This commit is contained in:
Vinzenz Schroeter 2023-09-03 16:44:26 +02:00
parent 930acac8d2
commit 7c59588d4e
3 changed files with 15 additions and 11 deletions

View file

@ -13,6 +13,10 @@
./home-ronja.nix
];
users.groups."games" = {
members = ["vinzenz" "ronja"];
};
users.users.vinzenz.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrY6tcgnoC/xbgL7vxSjddEY9MBxRXe9n2cAHt88/TT home roaming"
];
@ -32,6 +36,12 @@
options = ["subvol=@"];
};
"/games" = {
device = "/dev/disk/by-uuid/0e9c983a-e733-447e-8181-f41d6670c4b8";
fsType = "btrfs";
options = ["subvol=@games"];
};
"/boot" = {
device = "/dev/disk/by-uuid/AF67-8F16";
fsType = "vfat";