diff options
| author | lassulus <lass@aidsballs.de> | 2015-07-28 20:28:21 +0200 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2015-07-28 20:28:21 +0200 |
| commit | aa3a158c25d436643144b24d47a10e2e6d0660eb (patch) | |
| tree | b5e713e74a49854b3bf71641a9837dfcc3854136 /2configs/lass/bitcoin.nix | |
| parent | 7acd1262519d8f15c8eb89a0dce968eb26d6b7d4 (diff) | |
lass: port everything to stockholm
Diffstat (limited to '2configs/lass/bitcoin.nix')
| -rw-r--r-- | 2configs/lass/bitcoin.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/2configs/lass/bitcoin.nix b/2configs/lass/bitcoin.nix deleted file mode 100644 index d3bccbf..0000000 --- a/2configs/lass/bitcoin.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, ... }: - -{ - environment.systemPackages = with pkgs; [ - electrum - ]; - - users.extraUsers = { - bitcoin = { - name = "bitcoin"; - description = "user for bitcoin stuff"; - home = "/home/bitcoin"; - useDefaultShell = true; - createHome = true; - }; - }; -} |
