try giving up and going back to ubuntu vm

This commit is contained in:
Noah Masur
2025-07-01 00:40:33 -04:00
parent 18b489592e
commit 0621c66981
3 changed files with 66 additions and 49 deletions

View File

@ -50,6 +50,18 @@ rec {
# fsType = "vfat";
# };
# This is the root filesystem containing NixOS
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
# This is the boot filesystem for Grub
fileSystems."/boot" = {
device = "/dev/disk/by-label/boot";
fsType = "vfat";
};
# Allows private remote access over the internet
nmasur.presets.services.cloudflared = {
tunnel = {