Compare commits
2 commits
0f2050f7aa
...
a5d42d3a0c
| Author | SHA1 | Date | |
|---|---|---|---|
| a5d42d3a0c | |||
| 212069cf2d |
2 changed files with 23 additions and 0 deletions
|
|
@ -45,6 +45,18 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gh = {
|
||||||
|
enable = true;
|
||||||
|
gitCredentialHelper = {
|
||||||
|
enable = true;
|
||||||
|
hosts = [
|
||||||
|
"https://github.com"
|
||||||
|
"https://gist.github.com"
|
||||||
|
"https://github.gatech.edu"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,17 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
docker = {
|
||||||
|
enable = true;
|
||||||
|
storageDriver = "overlay2";
|
||||||
|
rootless = {
|
||||||
|
enable = true;
|
||||||
|
setSocketVariable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "carbon";
|
hostName = "carbon";
|
||||||
networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue