Add cache to installer and wg-rpi
This commit is contained in:
parent
f3b8ea78de
commit
ac11f9c29a
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,8 @@ let
|
|||
hostname = "wg-rpi";
|
||||
in
|
||||
{
|
||||
custom.services.nixCacheClient.enable = true;
|
||||
|
||||
sops.secrets = {
|
||||
priv-netflix-wg = {
|
||||
sopsFile = ../../secrets/wg-rpi.yaml;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-graphical-combined.nix"
|
||||
];
|
||||
|
||||
custom.services.nixCacheClient.enable = true;
|
||||
boot.supportedFilesystems.zfs = lib.mkForce true;
|
||||
services.qemuGuest.enable = true;
|
||||
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue