Shadow config v1.0
This commit is contained in:
commit
84bc5de209
25 changed files with 2324 additions and 0 deletions
7
configuration/verbatim.nix
Normal file
7
configuration/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