mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
comment out uuids for flame filesystems
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user