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