init pa600
This commit is contained in:
parent
1bba975a9d
commit
02bb843015
8 changed files with 187 additions and 0 deletions
15
nix/os/devices/steveej-pa600/user.nix
Normal file
15
nix/os/devices/steveej-pa600/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