steveej-t14: init
This commit is contained in:
parent
11b8b11d9a
commit
aef08954ab
9 changed files with 220 additions and 0 deletions
15
nix/os/devices/steveej-t14/user.nix
Normal file
15
nix/os/devices/steveej-t14/user.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, ... }:
|
||||
|
||||
let
|
||||
passwords = import ../../../variables/passwords.crypt.nix;
|
||||
keys = import ../../../variables/keys.nix;
|
||||
inherit (import ../../lib/default.nix { }) mkUser;
|
||||
|
||||
in {
|
||||
users.extraUsers.steveej2 = mkUser {
|
||||
uid = 1001;
|
||||
openssh.authorizedKeys.keys = keys.users.steveej.openssh;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue