mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: flatten nixosModule implementation
This commit is contained in:
parent
59ab652d82
commit
e1c2e28442
15 changed files with 0 additions and 0 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
nix.settings.trusted-users = [ "leana" ];
|
||||
|
||||
users.users."leana" = {
|
||||
isNormalUser = true;
|
||||
home = "/home/leana";
|
||||
description = "Leana";
|
||||
group = "leana";
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||
};
|
||||
|
||||
users.groups.leana = { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue