Compare commits

..

No commits in common. "a5d42d3a0cbe6d2a65bb8092062559b92526b608" and "0f2050f7aae6625c94e936be6f7c733c2ffa699d" have entirely different histories.

2 changed files with 0 additions and 23 deletions

View file

@ -45,18 +45,6 @@ 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,17 +33,6 @@
]; ];
}; };
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.