Skip to content

Commit

Permalink
hosts/xps8930: move persist to data
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Jul 14, 2023
1 parent 1b8b5d1 commit fe55ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/hosts/xps8930/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ in {
options = ["defaults" "size=16G" "mode=755"];
};
fileSystems."/nix" = btrfsSubvolMain "@nix" {neededForBoot = true;};
fileSystems."/persist" = btrfsSubvolMain "@persist" {neededForBoot = true;};
fileSystems."/persist" = btrfsSubvolData "@persist" {neededForBoot = true;};
fileSystems."/var/log" = btrfsSubvolMain "@var-log" {neededForBoot = true;};
fileSystems."/swap" = btrfsSubvolMain "@swap" {};
fileSystems."/boot" = {
Expand Down

0 comments on commit fe55ad0

Please sign in to comment.