what
This commit is contained in:
parent
616f310f4a
commit
1555d7b643
51 changed files with 243 additions and 231 deletions
7
hosts/headful/insomniac/filesystems.nix
Normal file
7
hosts/headful/insomniac/filesystems.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
fileSystems."/" = {
|
||||
fsType = "ext4";
|
||||
label = "main";
|
||||
options = ["noatime"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue