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
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:
parent
935d809811
commit
b2b87a6b4c
1 changed files with 3 additions and 1 deletions
|
@ -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];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue