Add guest user with same ssh keys as root and fix nodeinfo not waiting for clightning to warm up

This commit is contained in:
Jonas Nick
2018-11-23 15:49:13 +00:00
parent eca9864cf3
commit ac2be00c7f
4 changed files with 33 additions and 10 deletions
+1 -6
View File
@@ -24,6 +24,7 @@ in {
environment.systemPackages = with pkgs; [
vim tmux clightning bitcoin
nodeinfo
jq
];
nixpkgs.config.packageOverrides = pkgs: {
inherit nodeinfo;
@@ -69,12 +70,6 @@ in {
# Open ports in the firewall.
# Or disable the firewall altogether.
# Define a user account. Don't forget to set a password with passwd.
# users.users.guest = {
# isNormalUser = true;
# uid = 1000;
# };
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you