mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
removed experimental system modules
This commit is contained in:
parent
0d1d7aa28c
commit
7ba9dc50e7
19 changed files with 0 additions and 462 deletions
|
|
@ -2,19 +2,6 @@
|
|||
|
||||
{ system.stateVersion = "23.11";
|
||||
|
||||
imports = [
|
||||
../modules
|
||||
];
|
||||
|
||||
modules = {
|
||||
bitcoin = {
|
||||
enable = true;
|
||||
clightning = true;
|
||||
electrs = true;
|
||||
sparrow-server = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users = {
|
||||
${config.user.name} = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue