This commit is contained in:
2026-06-23 21:23:35 +02:00
parent 2626e9fe32
commit d135a15bcd
38 changed files with 354 additions and 876 deletions
+3 -7
View File
@@ -1,14 +1,10 @@
{
inputs,
config,
...
}:
{ config, ... }:
let
nixosModules = config.flake.modules.nixos;
account = config.repo.account;
account = config.facts.account;
in
{
repo.machines.orion = {
facts.machines.orion = {
syncthingId = "NNRNQKZ-OWPHSVA-B6KKBHE-SDYLSTV-7SVHGPR-NEWLKPL-4MWNJG4-G5FHUAI";
stateVersion = "24.05";
+1 -1
View File
@@ -7,7 +7,7 @@ let
nixosModules = config.flake.modules.nixos;
in
{
repo.machines.polaris = {
facts.machines.polaris = {
sshKeys = {
personal.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEVORk45HKkX7gaGGp90KsVyUy6t+fKhbWN/grjkf3cQ kiri@polaris";
work.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM5DMV6EQzsscgEOE0912mNglUHTEl+LPnaWYjj0y57B kiri@polaris#work";
+1 -1
View File
@@ -7,7 +7,7 @@ let
nixosModules = config.flake.modules.nixos;
in
{
repo.machines.zenith = {
facts.machines.zenith = {
portable = true;
sshKeys = {