summaryrefslogtreecommitdiff
path: root/nixos/hosts/apocalypse/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/apocalypse/hardware-configuration.nix')
-rw-r--r--nixos/hosts/apocalypse/hardware-configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/hosts/apocalypse/hardware-configuration.nix b/nixos/hosts/apocalypse/hardware-configuration.nix
index 1133dc6..d8ae434 100644
--- a/nixos/hosts/apocalypse/hardware-configuration.nix
+++ b/nixos/hosts/apocalypse/hardware-configuration.nix
@@ -33,8 +33,8 @@ menuentry 'UEFI Firmware' $menuentry_id_option 'uefi-firmware' {
fileSystems."/btrfs_root" = {
device = "/dev/mapper/cryptroot";
- fsType = "btrfs"
- options = [ "subvolid=5", "compress=zstd"]
+ fsType = "btrfs";
+ options = [ "subvolid=5" "compress=zstd"];
};