mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
drop hash collection
This commit is contained in:
parent
463ceb2568
commit
816cf574b7
3 changed files with 0 additions and 9 deletions
|
@ -57,7 +57,6 @@
|
|||
buildbot-nix.url = "github:JulienMalka/buildbot-nix";
|
||||
|
||||
zotero-nix.url = "github:camillemndn/zotero-nix";
|
||||
nix-hash-collection.url = "github:JulienMalka/nix-hash-collection";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
|
|
|
@ -35,7 +35,6 @@ nixpkgs.lib.nixosSystem {
|
|||
inputs.nix-index-database.nixosModules.nix-index
|
||||
inputs.buildbot-nix.nixosModules.buildbot-master
|
||||
inputs.buildbot-nix.nixosModules.buildbot-worker
|
||||
inputs.nix-hash-collection.nixosModules.hash-collection
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
nixpkgs.overlays = [
|
||||
|
|
|
@ -112,13 +112,6 @@
|
|||
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
services.hash-collection = {
|
||||
enable = true;
|
||||
retries = 1;
|
||||
collection-url = "http://localhost:8000";
|
||||
tokenFile = "/home/julien/token";
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns4 = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue