who up playing with they games
This commit is contained in:
parent
a872b97e6b
commit
fabfa28dd1
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@
|
|||
|
||||
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v3;
|
||||
|
||||
fileSystems."/mnt/games" =
|
||||
{ device = "/dev/disk/by-uuid/2566324c-e299-6074-a144-ef0f72e45037";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=games" "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
modules = {
|
||||
core = {
|
||||
# kernel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue