first commit
This commit is contained in:
commit
780ddcda1c
37 changed files with 981 additions and 0 deletions
7
configuration/main/verbatim.nix
Normal file
7
configuration/main/verbatim.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
fileSystems."/mnt/verbatim" = {
|
||||
device = "/dev/disk/by-uuid/2aa5f849-1df0-4f3a-b7db-ef64d06b16e4";
|
||||
fsType = "ext4";
|
||||
options = ["nofail" "user" "rw" "exec"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue