Add Redmond back
This commit is contained in:
parent
e303600270
commit
bf8d0f7be3
19 changed files with 183 additions and 28 deletions
|
@ -1,7 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./freecorn
|
||||
./luna
|
||||
./main
|
||||
./root
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
user = "freecorn";
|
||||
in {
|
||||
config = lib.mkIf (builtins.elem "extra-users" config.system.nixos.tags) {
|
||||
users.users.${user} = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBCADciME1/rtWOlR2BxaAkRSgIZt61SYOgjTi6hw+yS Chinook"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtoHVAmq8Ps7EguBsV3VY4snagzkhH6aXqwbKzuGs2H Radiant"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
uid = 1001;
|
||||
};
|
||||
|
||||
environment.persistence."/persist".directories = [ "/home/${user}" ];
|
||||
};
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
../../../../hosts/intuos/id_ed25519.pub
|
||||
../../../../hosts/jupiter/id_ed25519.pub
|
||||
../../../../hosts/flight/id_ed25519.pub
|
||||
../../../../hosts/redmond/id_ed25519.pub
|
||||
];
|
||||
extraGroups = [
|
||||
# Privilige
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue