Skip to content

Commit

Permalink
Updates to NixOS config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Jun 4, 2019
1 parent 63c109a commit 02b25bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ can be controlled directly by ecological contracts.

## Testnet Status

See [testnets/](./testnets)
See https://github.com/regen-network/testnets.
<br />
<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let

src = ./.;

modSha256 = "12k2vik7bq76892gfijyjvckb3vfpl3ma30gpb1bs9v2z4v8i10n";
modSha256 = "0i6s8cvgdflfjjl5xivijy9p7341n3kx5nrk5g5p2rpb3qv4fds8";

meta = with stdenv.lib; {
description = "Distributed ledger for planetary regeneration";
Expand Down
2 changes: 1 addition & 1 deletion nixos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The steps for setting this up on a running NixOS machine are roughly as follows:
imports =
[
./hardware-configuration.nix
/path-to-regen-ledger-git-repo/module.nix
/path-to-regen-ledger-git-repo/nixos/module.nix
];
```
3. Enable the `xrn` programs in `/etc/nixos/configuration` and run `nixos-rebuild switch):
Expand Down
2 changes: 1 addition & 1 deletion nixos/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ in
description = "Regen Ledger Daemon";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
path = [ xrnd pkgs.bash pkgs.jq config.system.build.nixos-rebuild pkgs.git.minimal pkgs.gnutar pkgs.xz.bin config.nix.package.out ];
path = [ xrnd pkgs.bash pkgs.jq config.system.build.nixos-rebuild pkgs.git pkgs.gnutar pkgs.xz.bin config.nix.package.out ];
script = ''
xrnd start --moniker ${xrndCfg.moniker} --home ${xrndCfg.home}
'';
Expand Down

0 comments on commit 02b25bc

Please sign in to comment.