From cae70df061d9fc4f33a2da66a21c86eb3eb1fa3b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 12 Sep 2025 19:32:06 -0700 Subject: update before new lock file, working on VPS --- nix/modules/vars.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nix/modules/vars.nix') diff --git a/nix/modules/vars.nix b/nix/modules/vars.nix index 4b7c894..de9736e 100644 --- a/nix/modules/vars.nix +++ b/nix/modules/vars.nix @@ -8,6 +8,13 @@ description = "device that NixOS is installed to"; }; + fileSystem = lib.mkOption { + type = lib.types.str; + default = "ext4"; + example = "btrfs"; + description = "filesystem to install with disko"; + }; + diskoSpec = lib.mkOption { type = lib.types.attrs; description = "retains a copy of the disko spec for reflection"; -- cgit v1.3