Add ipfs to the configuration
This commit is contained in:
parent
9abc2f6952
commit
37b2804fb2
@ -105,15 +105,27 @@
|
|||||||
nssTools
|
nssTools
|
||||||
mkcert
|
mkcert
|
||||||
octave
|
octave
|
||||||
|
ipfs
|
||||||
inputs.sile
|
inputs.sile
|
||||||
inputs.runwhen
|
inputs.runwhen
|
||||||
inputs.durnitisp
|
inputs.durnitisp
|
||||||
inputs.jj
|
inputs.jj
|
||||||
inputs.age
|
inputs.age
|
||||||
#inputs.nil
|
nil
|
||||||
# TODO add sonic-pi here if it supports the arch
|
# TODO add sonic-pi here if it supports the arch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
launchd.user.agents.ipfs = {
|
||||||
|
serviceConfig = {
|
||||||
|
ProgramArguments = [
|
||||||
|
"${pkgs.ipfs}/bin/ipfs"
|
||||||
|
"daemon"
|
||||||
|
"--init"
|
||||||
|
];
|
||||||
|
KeepAlive = true;
|
||||||
|
RunAtLoad = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
# Use a custom configuration.nix location.
|
# Use a custom configuration.nix location.
|
||||||
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
||||||
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
|
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user