comment out uuids for flame filesystems

This commit is contained in:
Noah Masur
2025-06-28 15:45:57 -04:00
parent e0cd3c9d79
commit 67f6eb3a1c

View File

@ -37,18 +37,18 @@ rec {
system.stateVersion = "23.05"; system.stateVersion = "23.05";
# File systems must be declared in order to boot # File systems must be declared in order to boot
# This is the root filesystem containing NixOS # # This is the root filesystem containing NixOS
# I forgot to set a clean label for it # # I forgot to set a clean label for it
fileSystems."/" = { # fileSystems."/" = {
device = "/dev/disk/by-uuid/e1b6bd50-306d-429a-9f45-78f57bc597c3"; # device = "/dev/disk/by-uuid/e1b6bd50-306d-429a-9f45-78f57bc597c3";
fsType = "ext4"; # fsType = "ext4";
}; # };
# This is the boot filesystem for systemd-boot # # This is the boot filesystem for systemd-boot
fileSystems."/boot" = { # fileSystems."/boot" = {
device = "/dev/disk/by-uuid/D5CA-237A"; # device = "/dev/disk/by-uuid/D5CA-237A";
fsType = "vfat"; # fsType = "vfat";
}; # };
# Allows private remote access over the internet # Allows private remote access over the internet
nmasur.presets.services.cloudflared = { nmasur.presets.services.cloudflared = {