Add futureware module
This commit is contained in:
9
modules/futureware.nix
Normal file
9
modules/futureware.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
# This module is supposed to be used on internal FutureWare servers.
|
||||
|
||||
{
|
||||
programs.git.enable = true;
|
||||
programs.git.config = {
|
||||
url."https://git.sheremet.ch/futureware-tech/nix.git".insteadOf =
|
||||
"https://github.com/futureware-tech/nix.git";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user