mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
keep username in config
This commit is contained in:
parent
8472de8993
commit
bd5cde341a
5 changed files with 49 additions and 40 deletions
9
config.nix
Normal file
9
config.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options = {
|
||||
myUserName = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "The canonical (only) user to add to all systems.";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue