add fwhost1
This commit is contained in:
parent
489cad342e
commit
bd591726ac
10 changed files with 232 additions and 50 deletions
15
nix/os/devices/fwhost1/user.nix
Normal file
15
nix/os/devices/fwhost1/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