Add Steam disk
This commit is contained in:
parent
5d3378e520
commit
0630075696
1 changed files with 10 additions and 0 deletions
|
|
@ -23,4 +23,14 @@
|
|||
};
|
||||
|
||||
networking.hostName = "crow";
|
||||
|
||||
fileSystems."/mnt/steam" = {
|
||||
device = "/dev/disk/by-uuid/312227de-38a9-4475-9e46-fecc232f2002";
|
||||
fsType = "ext4";
|
||||
|
||||
options = [
|
||||
"users"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue