Enable deployments to skycam
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m36s

This commit is contained in:
Jordan Holt 2024-08-04 11:55:56 +01:00
parent 127ef6353c
commit c5f796f1ba
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
imports = [
@ -59,6 +59,14 @@
};
};
users.users.root = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILVHTjsyMIV4THNw6yz0OxAxGnC+41gX72UrPqTzR+OS jordan@vimium.com"
];
};
services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";
environment.systemPackages = with pkgs; [
camera-streamer
git