summaryrefslogtreecommitdiff
path: root/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hardware-configuration.nix')
-rw-r--r--hardware-configuration.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix
index 7d2b1aa..dad7ef5 100644
--- a/hardware-configuration.nix
+++ b/hardware-configuration.nix
@@ -19,24 +19,24 @@
fileSystems."/" = {
device = "none";
fsType = "tmpfs";
- options = ["defaults" "size=50%" "mode=755"];
+ options = ["defaults" "size=25%" "mode=755"];
};
- fileSystems."/boot" = {
- device = "/dev/disk/by-uuid/107D-CA99";
- fsType = "vfat";
- options = ["fmask=0077" "dmask=0077"];
+ fileSystems."/persist" = {
+ device = "/dev/disk/by-label/NIXPERSIST";
+ neededForBoot = true;
+ fsType = "btrfs";
};
fileSystems."/nix" = {
- device = "/dev/disk/by-uuid/1a8ff2e3-8bed-4acb-9f03-45583f1d651d";
+ device = "/dev/disk/by-label/NIXSTORE";
fsType = "btrfs";
};
- fileSystems."/persist" = {
- device = "/dev/disk/by-label/NIXPERSIST";
- neededForBoot = true;
- fsType = "btrfs";
+ fileSystems."/boot" = {
+ device = "/dev/disk/by-uuid/107D-CA99";
+ fsType = "vfat";
+ options = ["fmask=0077" "dmask=0077"];
};
swapDevices = [