watch store and push to cachix
This commit is contained in:
parent
fda374502a
commit
7509584630
7
system/cachix.nix
Normal file
7
system/cachix.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
services.cachix-watch-store = {
|
||||
enable = true;
|
||||
cacheName = "lelgenio";
|
||||
cachixTokenFile = "/etc/cachix-token";
|
||||
};
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
{ config, pkgs, inputs, ... }: {
|
||||
imports = [
|
||||
./gamemode.nix
|
||||
./cachix.nix
|
||||
./media-packages.nix
|
||||
];
|
||||
packages.media-packages.enable = true;
|
||||
|
|
Loading…
Reference in a new issue