From 128e406db0d5d27db523f15ff5126ed9ea056bb9 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 17 Jan 2023 07:38:26 +0100 Subject: Feat: Added /boot as persistent subvolume Co-authored-by: sils --- hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index d54f90a..9fcbe2b 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -23,5 +23,9 @@ device = "/srv/nix-config"; options = ["bind"]; }; + "/boot" = { + device = "/dev/vda3"; + options = ["subvol=boot" "compress-force=zstd"]; + }; }; } -- cgit 1.4.1