From 40f6e567cd1c8bd893d92b40487571847799c647 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 3 May 2025 21:49:42 +0200 Subject: firewall --- nixos/hosts/apocalypse/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/hosts/apocalypse/hardware-configuration.nix') 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"]; }; -- cgit v1.3.1