feat: nope, no more hydra
This commit is contained in:
parent
07081aa3d9
commit
4fef42b0f1
3 changed files with 0 additions and 62 deletions
|
|
@ -52,12 +52,6 @@
|
|||
];
|
||||
write = true;
|
||||
};
|
||||
nix = {
|
||||
settings = {
|
||||
builders-use-substitutes = true;
|
||||
trusted-users = [ "root" "remotebuilder" "@wheel" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
@ -94,16 +88,6 @@
|
|||
hashedPassword = "$6$rounds=512400$Zip3xoK2zcoR4qEL$N13YTHO5tpWfx2nKb1sye.ZPwfoRtMQ5f3YrMZqKzzoFoSSHHJ.l5ulCEa9HygFxZmBtPnwlseFEtl8ERnwF50";
|
||||
openssh.authorizedKeys.keys = (import ../../common/ssh-keys.nix);
|
||||
};
|
||||
remotebuilder = {
|
||||
isNormalUser = true;
|
||||
hashedPassword = "!";
|
||||
description = "Remote nix builder";
|
||||
openssh.authorizedKeys.keys =
|
||||
[
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILRZXNqs7FgVeTCt2ElOARt5f/bR1gjk5bS+zCJA6C1P root@nuOS"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII7X17VovmxkwhKxIg795yO1Sf7dwO50pybMRlUDLLcA hydra@nuOS"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue