6 lines
125 B
Nix
6 lines
125 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [ ./main ];
|
|
|
|
options.system.extraUsers.enable = lib.mkEnableOption "Enable a shared system";
|
|
}
|