add home options
This commit is contained in:
parent
fd0e9dfbd1
commit
37c414c4b7
5 changed files with 166 additions and 34 deletions
5
options/server/default.nix
Normal file
5
options/server/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ../common/default.nix ];
|
||||
options.device = { };
|
||||
}
|
||||
Reference in a new issue