This commit is contained in:
Sridhar Ratnakumar 2021-11-13 11:30:49 -05:00
parent d1d039e103
commit 374043d5d0
3 changed files with 15 additions and 10 deletions

8
flake.lock generated
View file

@ -636,17 +636,17 @@
},
"nixpkgs_7": {
"locked": {
"lastModified": 1635403963,
"narHash": "sha256-0actzfzBAXvvDJ/EvPSGbtCPXUwSObQrcq0RpsPWZgA=",
"lastModified": 1636623366,
"narHash": "sha256-jOQMlv9qFSj0U66HB+ujZoapty0UbewmSNbX8+3ujUQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2deb07f3ac4eeb5de1c12c4ba2911a2eb1f6ed61",
"rev": "c5ed8beb478a8ca035f033f659b60c89500a3034",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2deb07f3ac4eeb5de1c12c4ba2911a2eb1f6ed61",
"rev": "c5ed8beb478a8ca035f033f659b60c89500a3034",
"type": "github"
}
},

View file

@ -12,19 +12,21 @@ rec {
home.packages = with pkgs; [
gnumake
# psutils -- collides with tex
usbutils
emanote
git-crypt
# https://github.com/nix-community/emacs-overlay
(emacsWithPackagesFromUsePackage {
/* (emacsWithPackagesFromUsePackage {
config = ./config/init.el;
package = emacsPgtkGcc;
extraEmacsPackages = epkgs: [
epkgs.emacsql-sqlite
epkgs.emacsql-sqlite3
epkgs.vterm
epkgs.emacsql-sqlite
epkgs.emacsql-sqlite3
epkgs.vterm
];
})
}) */
sqlite
gcc

View file

@ -69,9 +69,12 @@
user = "srid";
dataDir = "/home/srid";
};
neo4j = {
enable = false;
};
};
services.ipfs = {
enable = true;
enable = true; # 8080 conflicts with playground-server
autoMigrate = true;
};