pi4 almost ready
This commit is contained in:
@@ -38,27 +38,16 @@
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
};
|
||||
/*
|
||||
nix = {
|
||||
|
||||
nix = lib.mkIf config.homeconfig.standalone.enable {
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
builders = ''
|
||||
ssh://remote-builder@blunkall.us
|
||||
'';
|
||||
builders = "ssh://builder x86_64-linux,aarch64-linux /run/secrets/remoteBuildKey 1 1 nixos-test,benchmark,big-parallel,kvm - -";
|
||||
builders-use-substituters = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh.matchBlocks = {
|
||||
"builder" = {
|
||||
hostname = "blunkall.us";
|
||||
user = "remote-builder";
|
||||
identityFile = config.sops.secrets."".path;
|
||||
port = 2222;
|
||||
};
|
||||
};
|
||||
*/
|
||||
services.mpris-proxy.enable = true;
|
||||
|
||||
programs.ssh = {
|
||||
|
||||
Reference in New Issue
Block a user