mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added bitcoin module
This commit is contained in:
parent
ceeec0ad05
commit
06abb55df2
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
imports = [ ../../modules ];
|
||||
|
||||
modules = {
|
||||
system = {
|
||||
bitcoin.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users = {
|
||||
${config.user.name} = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue