mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed bitcoin modules, still need to fix cln
This commit is contained in:
parent
d3baf7c8e2
commit
2d0612752d
8 changed files with 109 additions and 78 deletions
|
|
@ -11,22 +11,19 @@
|
|||
bitcoin = {
|
||||
enable = true;
|
||||
electrum.enable = true;
|
||||
clightning = {
|
||||
enable = true;
|
||||
rest.enable = true;
|
||||
};
|
||||
#clightning = {
|
||||
# enable = true;
|
||||
# rest.enable = true;
|
||||
#};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
users.users = {
|
||||
"${config.user.name}" = {
|
||||
isNormalUser = true;
|
||||
extraGroups = config.user.groups;
|
||||
openssh.authorizedKeys.keys = [ "${config.user.keys.ssh.primary}" ];
|
||||
password = "123";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue