Compare commits

...
Sign in to create a new pull request.

2 commits
main ... cowsay

Author SHA1 Message Date
b38283cbc7
Circumvent NixOS module + attrset issue 2025-01-31 12:03:19 +01:00
b9c6a506bf add cowsay 2025-01-31 11:54:54 +01:00
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
cowsay
];
}

View file

@ -1,4 +1,6 @@
{
imports = [ ./configuration.nix ];
procolix.vm = {
name = "vm02179";
ip4 = "185.206.232.179";