added bitcoin module

This commit is contained in:
Bryan Ramos 2024-05-13 16:32:29 -04:00
parent ceeec0ad05
commit 06abb55df2
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -4,6 +4,12 @@
imports = [ ../../modules ];
modules = {
system = {
bitcoin.enable = true;
};
};
users.users = {
${config.user.name} = {
isNormalUser = true;