Compare commits
3 commits
18a5bde462
...
dbc4df9284
Author | SHA1 | Date | |
---|---|---|---|
dbc4df9284 | |||
cebe89819e | |||
222d102e4b |
3 changed files with 34 additions and 0 deletions
|
@ -76,7 +76,34 @@ 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;
|
||||
|
|
|
@ -91,6 +91,11 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
git
|
||||
tree
|
||||
dmg2img
|
||||
curl
|
||||
python3
|
||||
sops
|
||||
kb-one.numen
|
||||
kb-one.dotool
|
||||
kb-one.vosk-model-small-en-us
|
||||
|
|
|
@ -35,5 +35,7 @@ in {
|
|||
# Misc
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
hardware.bosto-touchpad.enable = true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue