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