mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(extern): keys
This commit is contained in:
parent
c51febd94d
commit
ac9441da3d
7 changed files with 29 additions and 5 deletions
|
|
@ -19,7 +19,6 @@ _: {
|
|||
extern.files = {
|
||||
"/etc/systemd/resolved.conf" = {
|
||||
source = ./resolved.conf;
|
||||
mode = "0644";
|
||||
};
|
||||
"/etc/NetworkManager/system-connections/ens18.nmconnection" = {
|
||||
source = ./ens18.nmconnection;
|
||||
|
|
@ -29,6 +28,9 @@ _: {
|
|||
source = ./int.nmconnection;
|
||||
mode = "0600";
|
||||
};
|
||||
"/root/.ssh/authorized_keys" = {
|
||||
source = ../reisen/root.authorized_keys;
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue