aboutsummaryrefslogtreecommitdiffstats
path: root/configs/default.nix
blob: 7d65206dfde85a56d41f2b644933d053809b33dc (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:
# TODO `fysiweb` should import config
#
# `config/default.nix` should automatically be imported by all systems through
# `fysiweb deploy`, if it exists.
{
  users.users.root.openssh.authorizedKeys.keyFiles = [
    ../public/aforemny.id_rsa.pub
  ];
}