added cowsay [deploy]
All checks were successful
/ check (push) Successful in 53s
/ deploy (push) Successful in 1m36s

opend firewall across bored will fix later
This commit is contained in:
Jermeiah S 2025-06-22 18:51:21 -04:00
parent c185beb1d3
commit f5ac9a4866
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
{ {
pkgs,
flake, flake,
modulesPath, modulesPath,
config, config,
@ -20,7 +21,8 @@ in
networking = { networking = {
hostName = "link-warden-tofu"; hostName = "link-warden-tofu";
}; };
environment.systemPackages = [ environment.systemPackages = with pkgs; [
cowsay
]; ];
system.stateVersion = "25.05"; system.stateVersion = "25.05";
} }