feat(secrets): update keys
This commit is contained in:
parent
3673aceaf3
commit
696f8718d9
1 changed files with 3 additions and 6 deletions
|
@ -1,17 +1,14 @@
|
||||||
{ lib, ... }:
|
{ config, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
# set ssh public keys here for your system and user
|
# set ssh public keys here for your system and user
|
||||||
systems = {
|
systems = {
|
||||||
Infini-DESKTOP = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9a6DiYuEeA+bX4rWgWGRUZwtln8sXtxCG9fPuvp9Hx root@Infini-DESKTOP";
|
Infini-DESKTOP = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7uX1myj9ghv7wMoL038oGDCdScdyLd7RvYdnoioSBh root@Infini-DESKTOP";
|
||||||
Infini-FRAMEWORK = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF7PmPq/7e+YIVAvIcs6EOJ3pZVJhinwus6ZauJ3aVp0 root@Infini-FRAMEWORK";
|
Infini-FRAMEWORK = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF7PmPq/7e+YIVAvIcs6EOJ3pZVJhinwus6ZauJ3aVp0 root@Infini-FRAMEWORK";
|
||||||
# Infini-RPI = "";
|
|
||||||
# Infini-SERVER = "";
|
# Infini-SERVER = "";
|
||||||
# Infini-STICK = "";
|
|
||||||
# Infini-SWIFT = "";
|
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
infinidoge = "";
|
infinidoge = config.users.users.infinidoge.openssh.authorizedKeys.keys;
|
||||||
};
|
};
|
||||||
allKeys = flatten [
|
allKeys = flatten [
|
||||||
(attrValues systems)
|
(attrValues systems)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue