added cowsay [deploy]
opend firewall across bored will fix later
This commit is contained in:
parent
c185beb1d3
commit
f5ac9a4866
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue