restructuring
This commit is contained in:
parent
bd6c9e6d7e
commit
31b1b98809
15 changed files with 260 additions and 233 deletions
7
configuration/main/verbatim.nix
Normal file
7
configuration/main/verbatim.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
fileSystems."/mnt/removable" = {
|
||||
device = "/dev/disk/by-uuid/79a440dd-15c2-4698-a0b4-2064bae0f0c6";
|
||||
fsType = "ext4";
|
||||
options = ["nofail" "user" "rw" "exec"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue