-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
64 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ config | ||
, lib | ||
, pkgs | ||
, inputs | ||
, ... | ||
}: { | ||
config = { | ||
users.motd = '' | ||
__ __ __ ________ __ | ||
/ //_/___ / /_ ______ ___ ____ _ / ____/ //_/ | ||
/ ,< / __ \/ / / / / __ `__ \/ __ `/ / / __/ ,< | ||
/ /| / /_/ / / /_/ / / / / / / /_/ / / /_/ / /| | | ||
/_/ |_\____/_/\__, /_/ /_/ /_/\__,_/ \____/_/ |_| | ||
/____/ | ||
Welcome to Kolyma's Global Server Infrastructure! | ||
All Kolyma servers are managed via NixOS'es declarative configuration system. | ||
Any global changes has to be applied to the public configuration repository at: | ||
https://github.com/kolyma-labs/instances | ||
# Server Instances & Applications | ||
Any server instances and applications must be hosted at /srv path. Each app | ||
should have its own directory with short and clear name. For example: | ||
/srv/kolyma-website, /srv/kolyma-telegram-bot | ||
# Docker | ||
Only docker compose (not docker run) services can be hosted imperatively, feel | ||
free to to use globally available docker compose for this purposes. | ||
''; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,10 @@ | |
nativeBuildInputs = with pkgs; [ | ||
nix | ||
nil | ||
alejandra | ||
git | ||
nixd | ||
nixpkgs-fmt | ||
nixpkgs-lint | ||
]; | ||
}; | ||
} |