From 67f6eb3a1cea6832c391fe42eb04704722236875 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 28 Jun 2025 15:45:57 -0400 Subject: [PATCH] comment out uuids for flame filesystems --- hosts/aarch64-linux/flame/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/hosts/aarch64-linux/flame/default.nix b/hosts/aarch64-linux/flame/default.nix index f037c78..65d2198 100644 --- a/hosts/aarch64-linux/flame/default.nix +++ b/hosts/aarch64-linux/flame/default.nix @@ -37,18 +37,18 @@ rec { system.stateVersion = "23.05"; # File systems must be declared in order to boot - # This is the root filesystem containing NixOS - # I forgot to set a clean label for it - fileSystems."/" = { - device = "/dev/disk/by-uuid/e1b6bd50-306d-429a-9f45-78f57bc597c3"; - fsType = "ext4"; - }; + # # This is the root filesystem containing NixOS + # # I forgot to set a clean label for it + # fileSystems."/" = { + # device = "/dev/disk/by-uuid/e1b6bd50-306d-429a-9f45-78f57bc597c3"; + # fsType = "ext4"; + # }; - # This is the boot filesystem for systemd-boot - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/D5CA-237A"; - fsType = "vfat"; - }; + # # This is the boot filesystem for systemd-boot + # fileSystems."/boot" = { + # device = "/dev/disk/by-uuid/D5CA-237A"; + # fsType = "vfat"; + # }; # Allows private remote access over the internet nmasur.presets.services.cloudflared = {