refactor, prep

This commit is contained in:
Till 2026-03-05 09:59:10 +01:00
parent 82115af252
commit accc04e214
8 changed files with 24 additions and 14 deletions

View file

@ -10,7 +10,7 @@
];
shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
./ssh/till${"@"}nova.pub
./pubkeys/till${"@"}nova.pub
];
};
}