profiles/sysadmin: add htop and kitty.terminfo
Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
parent
a7378f0ded
commit
7e4e4efff6
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||
../pubkeys/raito.keys
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.htop
|
||||
pkgs.kitty.terminfo
|
||||
];
|
||||
|
||||
users.ldap.daemon = {
|
||||
enable = false;
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue