(wip) Setup btrfs impermanence
This commit is contained in:
13
modules/nixos/filesystemType.nix
Normal file
13
modules/nixos/filesystemType.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
options = {
|
||||
sydnix.filesystemType = mkOption {
|
||||
type = types.nullOr (types.enum [ "btrfs" ]);
|
||||
description = "The name of the filesystem to be used.";
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user