mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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; [
|
||||
electrs
|
||||
];
|
||||
#environment.systemPackages = with pkgs; [
|
||||
# electrs
|
||||
#];
|
||||
|
||||
users = {
|
||||
users = {
|
||||
"electrs" = {
|
||||
inherit home;
|
||||
description = "electrs system user";
|
||||
isSystemUser = true;
|
||||
group = "bitcoin";
|
||||
createHome = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
#users = {
|
||||
# users = {
|
||||
# "electrs" = {
|
||||
# inherit home;
|
||||
# description = "electrs system user";
|
||||
# isSystemUser = true;
|
||||
# group = "bitcoin";
|
||||
# createHome = true;
|
||||
# };
|
||||
# };
|
||||
#};
|
||||
|
||||
|
||||
#systemd.services.electrs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue