this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(wolumonde): better motd for knot

dusk c49e9993 592893fb

+6 -1
+1 -1
hosts/wolumonde/modules/tangled.nix hosts/wolumonde/modules/tangled.nix/default.nix
··· 21 21 enable = true; 22 22 package = terra.tangled-knot; 23 23 gitUser = "git"; 24 - motd = "*paws at your commits* arf :3c\n"; 24 + motdFile = ./motd; 25 25 server = { 26 26 listenAddr = "0.0.0.0:7777"; 27 27 secretFile = config.age.secrets.tangledKnot.path;
+5
hosts/wolumonde/modules/tangled.nix/motd
··· 1 + 2 + ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ 3 + ┃ *paws at your commits* arf :3c ┃ 4 + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ 5 +