It builds!
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ config, lib, core_inputs, ... }: {
|
||||
|
||||
options.sysconfig.firstBoot = lib.options.mkOption {
|
||||
options.sysconfig.opts.firstBoot = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.sysconfig.firstBoot {
|
||||
config = lib.mkIf config.sysconfig.opts.firstBoot {
|
||||
|
||||
users.users.${core_inputs.user} = {
|
||||
initialPassword = "7567";
|
||||
|
||||
Reference in New Issue
Block a user