chungus: take care of remote unlock
This commit is contained in:
parent
fc86e428e7
commit
b3caff8ae6
3 changed files with 12 additions and 8 deletions
|
@ -847,11 +847,11 @@
|
||||||
},
|
},
|
||||||
"private_assets": {
|
"private_assets": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680777934,
|
"lastModified": 1682948724,
|
||||||
"narHash": "sha256-/rwZWwylNzgZwVfaH0qgxOXurfWEK/kXzN2C+a1psCI=",
|
"narHash": "sha256-hTSiqRTpKuPksq5vsAO0pIuHdYIaL5EGrmN0T6C3oog=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "3dfb08abebc5ac3fea1882c63598bea48b783fcd",
|
"rev": "84460fabef41115fa12323c9eaf89abfbe76f22f",
|
||||||
"revCount": 9,
|
"revCount": 10,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/palo/dev/nixos/nixos-private-assets"
|
"url": "file:///home/palo/dev/nixos/nixos-private-assets"
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,6 +8,10 @@ let
|
||||||
# SHA256:aOZbqpgc5CcTNtRAzjuG/0BQZ9MF5c9u/N+UC88y8kI
|
# SHA256:aOZbqpgc5CcTNtRAzjuG/0BQZ9MF5c9u/N+UC88y8kI
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5K4UHD8cIcXB33UiOj5vyXJj+4CyyiLFDMwcyad92a";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5K4UHD8cIcXB33UiOj5vyXJj+4CyyiLFDMwcyad92a";
|
||||||
};
|
};
|
||||||
|
chungus = {
|
||||||
|
onionId = fileContents "${private_assets}/onion_id_chungus";
|
||||||
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJpPfGAiARWgZbID+2IIT9dbo/PqgG/pkFsBaBUKGiu";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -51,10 +51,10 @@
|
||||||
|
|
||||||
# todo : rename to component.init.ssh
|
# todo : rename to component.init.ssh
|
||||||
# todo : make tor optional
|
# todo : make tor optional
|
||||||
#configuration.init-ssh = {
|
configuration.init-ssh = {
|
||||||
# enable = "prepared";
|
enable = "enabled";
|
||||||
# kernelModules = [ "e1000e" ];
|
kernelModules = [ "e1000e" ];
|
||||||
#};
|
};
|
||||||
|
|
||||||
# just enable lan
|
# just enable lan
|
||||||
#networking.dhcpcd.allowInterfaces = [ "enp0s25" ];
|
#networking.dhcpcd.allowInterfaces = [ "enp0s25" ];
|
||||||
|
|
Loading…
Reference in a new issue