sakura: add package to test deployment
All checks were successful
deploy systems / deploy (push) Successful in 13m16s
flake check / check (push) Successful in 2m57s
fmt check / check (push) Successful in 43s

This commit is contained in:
notohh 2023-10-21 03:43:21 -04:00
parent 935d809811
commit b2b87a6b4c
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,4 +1,4 @@
{...}: { {pkgs, ...}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./services ./services
@ -31,4 +31,6 @@
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd8j1+fC/ng7l17rsxugVtlhurUe1ICizwA9lQkSuNY forgejo" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd8j1+fC/ng7l17rsxugVtlhurUe1ICizwA9lQkSuNY forgejo"
]; ];
environment.systemPackages = [pkgs.cowsay];
} }