Updated settings
This commit is contained in:
parent
ef3d001d75
commit
6eff66963a
|
@ -8,6 +8,7 @@
|
|||
defaults = {
|
||||
imports =
|
||||
[
|
||||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||||
../Hardware/raspberry_pi_3_model_B.nix
|
||||
../Deployments/pi3B_rack.nix
|
||||
../Deployments/host_common.nix
|
||||
|
@ -19,6 +20,13 @@
|
|||
config = "aarch64-unknown-linux-gnu";
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
users.users.root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFq6/C6ZSM8nS091fqw/om9LRszHDmS82ZTL7+GaSBnz craige@pi-tri"
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
pi-tri =
|
||||
|
|
Loading…
Reference in a new issue