mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 00:49:42 +08:00
remove unnecessary mount point
This commit is contained in:
@@ -15,18 +15,6 @@
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@nix" "compress-force=zstd:3" ];
|
||||
};
|
||||
"/nix/impermanence" =
|
||||
{
|
||||
device = "/dev/mapper/root";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@impermanence" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
"/nix/swap" = {
|
||||
device = "/dev/mapper/root";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@swap" ];
|
||||
};
|
||||
"/boot" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/50DE-B72A";
|
||||
|
||||
Reference in New Issue
Block a user