add ipfs service for darwin machines

This commit is contained in:
2022-11-13 17:39:35 -05:00
parent da846292a6
commit d845616f35
3 changed files with 57 additions and 18 deletions

View File

@ -6,6 +6,8 @@
../../modules/base/darwin.nix
../../modules/dev
../../modules/builder
../../services/ipfs-darwin.nix
];
nixpkgs.config.allowBroken = true;
@ -27,6 +29,7 @@
home-manager.users.walkah = import "${dotfiles}/home.nix";
services.lorri.enable = true;
services.ipfs.enable = true;
programs = {
zsh = {