Pin hosts on urithiru for less building
This commit is contained in:
parent
9748828573
commit
3cec90e553
3 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ lib, pkgs, nixosConfigurations, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -11,6 +11,9 @@
|
|||
|
||||
networking.hostId = "079e60ba";
|
||||
|
||||
environment.etc = lib.mapAttrs' (n: v: { name = "pinned-hosts/${n}"; value = { source = v.config.system.build.toplevel.outPath; }; })
|
||||
(lib.filterAttrs (n: _: n != "urithiru") nixosConfigurations);
|
||||
|
||||
chvp = {
|
||||
stateVersion = "20.09";
|
||||
accentor.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue