feat: auto mounts disks
This commit is contained in:
parent
a05c3c74b6
commit
21a5ee2c9f
2 changed files with 13 additions and 1 deletions
|
|
@ -39,6 +39,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
fileSystems."/windows" = {
|
||||
device = "/dev/disk/by-uuid/3A86237286232DB7";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" "uid=1000"];
|
||||
};
|
||||
|
||||
fileSystems."/storage" = {
|
||||
device = "/dev/disk/by-uuid/9EC66CCBC66CA56D";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" "uid=1000"];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -37,7 +37,7 @@ in
|
|||
};
|
||||
"org.prismlauncher.PrismLauncher" = {
|
||||
name = "Prism Launcher";
|
||||
exec = "prismlauncher -d /run/media/heroz/Stockage/Jeux/PrismLauncher-8.4 %U";
|
||||
exec = "prismlauncher -d /storage/Jeux/PrismLauncher-8.4 %U";
|
||||
comment="Discover, manage, and play Minecraft instances";
|
||||
type="Application";
|
||||
terminal=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue