temp
This commit is contained in:
7
modules/nixos/disko/options.nix
Normal file
7
modules/nixos/disko/options.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, namespace, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.${namespace}.hardware.disko = {
|
||||
enable = mkEnableOption "enable disko";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user