mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-18 21:19:26 +00:00
Use a motd file
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
./users.nix
|
||||
];
|
||||
|
||||
users.motd = "^[[1;49;95m __ ___ __
|
||||
___/ /__ ___ / _/__ ___ / /_
|
||||
/ _ / _ \/ _ \/ _/ _ \/ -_) __/
|
||||
\_,_/\___/\___/_//_//_/\__/\__/
|
||||
^[[0m";
|
||||
users.motdFile = builtins.path {
|
||||
path = ./files/motd;
|
||||
name = "motd";
|
||||
};
|
||||
|
||||
system.copySystemConfiguration = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user