l bitcoin: remove ethereum
This commit is contained in:
parent
8f81bc6dee
commit
102324c0d8
@ -10,9 +10,6 @@ in {
|
|||||||
krebs.per-user.bitcoin.packages = [
|
krebs.per-user.bitcoin.packages = [
|
||||||
pkgs.electrum
|
pkgs.electrum
|
||||||
];
|
];
|
||||||
krebs.per-user.ethereum.packages = [
|
|
||||||
pkgs.go-ethereum
|
|
||||||
];
|
|
||||||
users.extraUsers = {
|
users.extraUsers = {
|
||||||
bch = {
|
bch = {
|
||||||
name = "bch";
|
name = "bch";
|
||||||
@ -28,13 +25,6 @@ in {
|
|||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
};
|
};
|
||||||
ethereum = {
|
|
||||||
name = "ethereum";
|
|
||||||
description = "user for ethereum stuff";
|
|
||||||
home = "/home/ethereum";
|
|
||||||
useDefaultShell = true;
|
|
||||||
createHome = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
${mainUser.name} ALL=(bitcoin) NOPASSWD: ALL
|
${mainUser.name} ALL=(bitcoin) NOPASSWD: ALL
|
||||||
|
Loading…
Reference in New Issue
Block a user