From cb13a67c63244f6d164b73e5fb3e2c64ac2813ec Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Wed, 14 Feb 2024 20:40:31 +0100 Subject: [PATCH] profiles/federez: add Federez MOTD for NixOS systems Signed-off-by: Ryan Lahfa --- profiles/federez.motd | 44 +++++++++++++++++++++++++++++++++++++++++++ profiles/sysadmin.nix | 1 + 2 files changed, 45 insertions(+) create mode 100644 profiles/federez.motd diff --git a/profiles/federez.motd b/profiles/federez.motd new file mode 100644 index 0000000..2454332 --- /dev/null +++ b/profiles/federez.motd @@ -0,0 +1,44 @@ + `............` + `.---..`````````..----` + `---.` ``. `....` + .:-` ------` + .:-` .-----` + --` `::..` `` + `:. `/:` `:. + `:. `..` .+- `:. + :. `:////- -+. `/. + .: `/////:` `:/` ./ + :` .-::/- `//` ` /. + ``` .+. .+- `:/+/-` -- + :+++/- .+- -+. `/ooooo- .: + .++++++-.`` `+- `:+` `-:++ooo+. -: + `:+++/-.::///:-..` .s+++o+`.://-` `.-.` :. + ``` `.--:://:o+. `:s+-` `/` + `:` -s- `oo-.` -- + .: `.//+o+:/o+..-:///::-``-:/:-` + -: `-//-` .o-.:+` ``.://////- + ``.--``.://. `+- -+` .:///:. + .+oooo+:` :+ -+. `.` + -ooooo/ `..+. .+. .:` + -/+/:``.` .:///:` .o::-` `:. + `--` -/////. -syyys: + `-::-. `---` /yyyyy+ + ` `:oso/` + ``` + `-:/++++++. /+/` .++++++++//-` + -sysoo+++++. `sys` :yys+++++syyo` + `syy-` ./+++++/ `-/+++oyys` .:++++++. :yy+ .yyy- .:++++++`.+++++++++- + .yyyo+++++++. /yy+::::- `+yy+/::yys` -sys/::::` :yys::::/oyyo` :yyo/::::``::::/syyo. + .yyy++++++++..yyyo++++/ -yy+ `sys` oyys+++++. :yyyoossyyy+` `syyo+++++` `/sys:` + .yys` `syy+////: -yy+` `sys` +yyo/////` :yy+` ``.+yy+``oyy+////:` `:sys:` + .yys` :syo+///: `/syo+//yys` .oys+////` :yy+ .yyy- -sys+////`.syyy+////. + `/// `-/////: .:///////` `-://///` .//- `///. `-://///`./////////. + + +Cette machine utilise NixOS, pour des rustines temporaires, utilisez `systemctl edit --runtime`. +Pour des rustines permanentes, tout doit passer par https://gitlab.federez.net/federez/nix. + + AUCUNE MODIFICATION TEMPORAIRE DES FICHIERS READ-ONLY FORCÉE N'EST AUTORISÉE. + + +En cas de difficultés, contactez Raito_Bezarius@irc.rezosup.org ou sur Libera.Chat. diff --git a/profiles/sysadmin.nix b/profiles/sysadmin.nix index aa3a3d9..8f696bf 100644 --- a/profiles/sysadmin.nix +++ b/profiles/sysadmin.nix @@ -4,6 +4,7 @@ ../pubkeys/bensmrs.keys ]; + users.motd = (builtins.readFile ./federez.motd); environment.systemPackages = [ pkgs.htop pkgs.kitty.terminfo