pi4 stuff
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user