Compare commits

..

1 commit

Author SHA1 Message Date
765f25022d Add Nodens, a VM to install NixOS VMs 2024-11-29 15:10:52 +01:00

View file

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