mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 23:10:13 +00:00
fix: duplicate filesystems declaration for flame
This commit is contained in:
@ -50,18 +50,6 @@ rec {
|
|||||||
# fsType = "vfat";
|
# 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
|
# Allows private remote access over the internet
|
||||||
nmasur.presets.services.cloudflared = {
|
nmasur.presets.services.cloudflared = {
|
||||||
tunnel = {
|
tunnel = {
|
||||||
|
Reference in New Issue
Block a user