mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
commented out all but the overlay
This commit is contained in:
parent
a31e48b69b
commit
ba1b9964d0
1 changed files with 14 additions and 14 deletions
|
|
@ -28,21 +28,21 @@ in
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
#environment.systemPackages = with pkgs; [
|
||||||
electrs
|
# electrs
|
||||||
];
|
#];
|
||||||
|
|
||||||
users = {
|
#users = {
|
||||||
users = {
|
# users = {
|
||||||
"electrs" = {
|
# "electrs" = {
|
||||||
inherit home;
|
# inherit home;
|
||||||
description = "electrs system user";
|
# description = "electrs system user";
|
||||||
isSystemUser = true;
|
# isSystemUser = true;
|
||||||
group = "bitcoin";
|
# group = "bitcoin";
|
||||||
createHome = true;
|
# createHome = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
#};
|
||||||
|
|
||||||
|
|
||||||
#systemd.services.electrs = {
|
#systemd.services.electrs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue