summaryrefslogtreecommitdiff
path: root/nixos/hosts/apocalypse/hardware-configuration.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-03 21:49:42 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-03 21:49:42 +0200
commit40f6e567cd1c8bd893d92b40487571847799c647 (patch)
tree72c6e1eb975ca4fa25fd9ac4a1f4116e19772f9f /nixos/hosts/apocalypse/hardware-configuration.nix
parent57dde93d6059cd476bc5e196e0cef348f6544085 (diff)
firewall
Diffstat (limited to '')
-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"];
};