Compare commits
No commits in common. "fc99c74d9446e89b62cd8162b01d89ea6f63be82" and "3589d76b40f74c68c045f5fc683b4f9949f4baa7" have entirely different histories.
fc99c74d94
...
3589d76b40
2 changed files with 0 additions and 50 deletions
|
@ -1,45 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
programs.ssh = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
forwardAgent = true;
|
|
||||||
|
|
||||||
matchBlocks = {
|
|
||||||
# Tailscale nodes
|
|
||||||
"vps" = {
|
|
||||||
hostName = "oracle-vps";
|
|
||||||
user = "tyman";
|
|
||||||
port = 22;
|
|
||||||
};
|
|
||||||
"srv" = {
|
|
||||||
hostName = "old-lenovo-laptop";
|
|
||||||
user = "ty";
|
|
||||||
port = 22;
|
|
||||||
};
|
|
||||||
"polyfrost" = {
|
|
||||||
hostName = "polyfrost-vps";
|
|
||||||
user = "tyman";
|
|
||||||
port = 22;
|
|
||||||
};
|
|
||||||
# Git hosts
|
|
||||||
"forgejo" = {
|
|
||||||
hostName = "git.myriation.xyz";
|
|
||||||
user = "git";
|
|
||||||
port = 22;
|
|
||||||
};
|
|
||||||
"github" = {
|
|
||||||
hostName = "github.com";
|
|
||||||
user = "git";
|
|
||||||
port = 22;
|
|
||||||
};
|
|
||||||
"codeberg" = {
|
|
||||||
hostName = "codeberg.org";
|
|
||||||
user = "git";
|
|
||||||
port = 22;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.ssh-agent.enable = false; # Handled by GPG
|
|
||||||
}
|
|
|
@ -44,11 +44,6 @@
|
||||||
configFile = {
|
configFile = {
|
||||||
# Enable indexing
|
# Enable indexing
|
||||||
baloofilerc."Basic Settings"."Indexing-Enabled" = true;
|
baloofilerc."Basic Settings"."Indexing-Enabled" = true;
|
||||||
# Wobbly windows config
|
|
||||||
kwinrc."Effect-wobblywindows" = {
|
|
||||||
AdvancedMode = false;
|
|
||||||
WobblynessLevel = 2;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue