nix machine / user configurations

feat(wolumonde): better motd for knot

ptr.pet c49e9993 592893fb

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