Mount disk for games
This commit is contained in:
parent
a795604d15
commit
2843567f2c
2 changed files with 14 additions and 1 deletions
|
@ -56,7 +56,10 @@
|
|||
zenith-nvidia
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
|
|
|
@ -50,6 +50,16 @@
|
|||
"bind"
|
||||
];
|
||||
};
|
||||
|
||||
"/mnt/Games" = {
|
||||
device = "/dev/disk/by-label/Games";
|
||||
fsType = "ntfs";
|
||||
options = [
|
||||
"uid=tdpeuter"
|
||||
"gid=users"
|
||||
"defaults"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
Loading…
Reference in a new issue