Add Redmond back
This commit is contained in:
parent
e303600270
commit
bf8d0f7be3
19 changed files with 183 additions and 28 deletions
11
hosts/redmond/filesystems/default.nix
Normal file
11
hosts/redmond/filesystems/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fileSystems."/mnt/Windrive" = {
|
||||
device = "/dev/disk/by-uuid/582C6B802C6B57D0";
|
||||
fsType = "ntfs";
|
||||
options = [
|
||||
"nodev"
|
||||
"nosuid"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue