diff options
author | lassulus <lassulus@lassul.us> | 2018-04-28 08:44:04 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-04-28 08:44:04 +0200 |
commit | 102324c0d88a535f7518c97cb908da8d377a0bd8 (patch) | |
tree | 7d37152da2c0c5b3367f20674a71b2f458bebf58 /lass/2configs/bitcoin.nix | |
parent | 8f81bc6deec5fbcc41d2bc463ceaaa3b203cc2bf (diff) |
l bitcoin: remove ethereum
Diffstat (limited to 'lass/2configs/bitcoin.nix')
-rw-r--r-- | lass/2configs/bitcoin.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lass/2configs/bitcoin.nix b/lass/2configs/bitcoin.nix index a405addfc..9f6fd3bf0 100644 --- a/lass/2configs/bitcoin.nix +++ b/lass/2configs/bitcoin.nix @@ -10,9 +10,6 @@ in { krebs.per-user.bitcoin.packages = [ pkgs.electrum ]; - krebs.per-user.ethereum.packages = [ - pkgs.go-ethereum - ]; users.extraUsers = { bch = { name = "bch"; @@ -28,13 +25,6 @@ in { useDefaultShell = true; createHome = true; }; - ethereum = { - name = "ethereum"; - description = "user for ethereum stuff"; - home = "/home/ethereum"; - useDefaultShell = true; - createHome = true; - }; }; security.sudo.extraConfig = '' ${mainUser.name} ALL=(bitcoin) NOPASSWD: ALL |