Compare commits

..

No commits in common. "dbc4df92847dd00a9c26a5d29b58ac58f0a0ba41" and "18a5bde462ad88bc40282d13dd3f2b05be3f3781" have entirely different histories.

3 changed files with 0 additions and 34 deletions

View file

@ -76,34 +76,7 @@ in {
services.gpg-agent.enable = true;
# SSH Configuration
services.ssh-agent.enable = true;
programs.ssh.enable = true;
programs.ssh.matchBlocks."kb01@kb-one-git" = {
host = "git.kb-one.de";
user = "git";
identityFile = "/home/kb/.ssh/kb01@kb-one-git";
port = 9522;
};
programs.ssh.matchBlocks."kb01@0x90-git" = {
host = "git.0x90.space";
user = "git";
identityFile = "/home/kb/.ssh/kb01@0x90-git";
};
programs.ssh.matchBlocks."master@kb-game-01" = {
host = "kb-game-01";
hostname = "game01.kb-one.de";
user = "master";
identityFile = "/home/kb/.ssh/master@kb-game-01";
port = 3422;
};
programs.ssh.matchBlocks."master@kb-web-01" = {
host = "kb-web-01";
hostname = "kb-one.de";
user = "master";
identityFile = "/home/kb/.ssh/master@kb-web-01";
port = 2222;
};
programs.firefox = {
enable = true;

View file

@ -91,11 +91,6 @@
environment.systemPackages = with pkgs; [
vim
git
tree
dmg2img
curl
python3
sops
kb-one.numen
kb-one.dotool
kb-one.vosk-model-small-en-us

View file

@ -35,7 +35,5 @@ in {
# Misc
networking.useDHCP = lib.mkDefault true;
hardware.bosto-touchpad.enable = true;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}