Compare commits

..

1 commit

Author SHA1 Message Date
717f91028f Add Nodens, a VM to install NixOS VMs 2024-12-13 17:11:01 +01:00

View file

@ -4,8 +4,6 @@
pkgs, pkgs,
... ...
}: { }: {
imports = [];
fileSystems."/" = { fileSystems."/" = {
device = "root"; device = "root";
fsType = "tmpfs"; fsType = "tmpfs";