Build and push to cachix

This commit is contained in:
Charlotte Van Petegem 2022-01-11 21:32:18 +01:00
parent 26a8a56225
commit ada5ab5685
No known key found for this signature in database
GPG key ID: 019E764B7184435A
6 changed files with 62 additions and 8 deletions

View file

@ -7,10 +7,6 @@
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);
# Machine-specific module settings
chvp = {
stateVersion = "20.09";
base = {