Compare commits

..

2 commits

Author SHA1 Message Date
a5d42d3a0c Configure github cli
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-01-18 18:12:51 -08:00
212069cf2d Configure docker 2026-01-18 18:12:11 -08:00
2 changed files with 23 additions and 0 deletions

View file

@ -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 = {

View file

@ -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.