add motd
This commit is contained in:
parent
c1016c073f
commit
eb59baaa30
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./users.nix
|
./users.nix
|
||||||
|
./motd.nix
|
||||||
];
|
];
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
|
@ -30,5 +31,4 @@
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
6
common/motd.nix
Normal file
6
common/motd.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
users.motd = ''
|
||||||
|
Welcome to wolfgirl.systems!
|
||||||
|
Latest news: flakes now enabled.
|
||||||
|
'';
|
||||||
|
}
|
Loading…
Reference in a new issue