hosts/dunamis/disko.nix: fix
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
imports = with inputs; [
|
||||
disko.nixosModules.disko
|
||||
];
|
||||
disko.devices.disk.nodev = {
|
||||
disko.devices.nodev = {
|
||||
"/tmp" = {
|
||||
fsType = "tmpfs";
|
||||
mountOptions = ["rw" "nosuid" "nodev"];
|
||||
|
Reference in New Issue
Block a user