fix: duplicate filesystems declaration for flame

This commit is contained in:
Noah Masur
2025-07-01 16:36:05 -06:00
parent 5dea78926b
commit 28d9806720

View File

@ -50,18 +50,6 @@ 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 = {