pi4 stuff

This commit is contained in:
mjallen18
2025-05-19 12:01:07 -05:00
parent 0722468808
commit 8f23dfea4e
6 changed files with 37 additions and 26 deletions

View File

@@ -19,9 +19,17 @@ in
];
programs.zsh.enable = true;
services.hardware.argonone = {
enable = true;
package = pkgs.argononed;
services = {
hardware.argonone = {
enable = true;
package = pkgs.argononed;
};
openssh = {
enable = true;
authorizedKeysFiles = [
config.sops.secrets."ssh-keys-public/pi5".path
];
};
};
systemd.services.btattach = {