Skip to content

Commit

Permalink
bug: fix broken lib usage, add dig to nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Dec 29, 2024
1 parent a0db108 commit 355636f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/keys/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in
# Ref: https://hachyderm.io/@jakehamilton/110810308164205009
# Ref: https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/user/default.nix#L30
# Ref: https://github.com/jakehamilton/config/blob/da5c75ce9c21d282745af5efb14b06fde2364f42/modules/nixos/home/default.nix#L32
# users.users.${user.name}.openssh.authorizedKeys.keys = internal.getPublicKeys "github" cfg.github.username cfg.github.fileHash;
users.users.nixos.openssh.authorizedKeys.keys = internal.getPublicKeys "github" cfg.github.username cfg.github.fileHash;
# users.users.${user.name}.openssh.authorizedKeys.keys = arichtman.getPublicKeys "github" cfg.github.username cfg.github.fileHash;
users.users.nixos.openssh.authorizedKeys.keys = arichtman.getPublicKeys "github" cfg.github.username cfg.github.fileHash;
};
}
1 change: 1 addition & 0 deletions modules/nixos/lab-node/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ in
btop
sysstat
linuxKernel.packages.linux_libre.perf
dig
];
nix = {
settings = {
Expand Down

0 comments on commit 355636f

Please sign in to comment.