holy shit im stupid, a lot of changes.
also added the configuration bc idk how to add only certain files but whatever
This commit is contained in:
@@ -73,22 +73,18 @@
|
||||
};
|
||||
|
||||
shell = lib.mkOption {
|
||||
type = with lib.types; listOf str;
|
||||
type = lib.types.str;
|
||||
default = "fish";
|
||||
description = "The shell the primary user uses";
|
||||
};
|
||||
};
|
||||
|
||||
allowUnfree = lib.mkEnableOption {
|
||||
enable = true;
|
||||
allowUnfree = lib.mkEnableOption "unfree packages" // {
|
||||
default = true;
|
||||
};
|
||||
|
||||
ssh = {
|
||||
permitRootLogin = lib.mkEnableOption {
|
||||
enable = true;
|
||||
default = false;
|
||||
};
|
||||
permitRootLogin = lib.mkEnableOption "root SSH login";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user