update-deployment-workflow #18
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./services
|
||||
|
@ -31,4 +31,6 @@
|
|||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd8j1+fC/ng7l17rsxugVtlhurUe1ICizwA9lQkSuNY forgejo"
|
||||
];
|
||||
|
||||
environment.systemPackages = [pkgs.cowsay];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue