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