Merge branch 'main' of srcpub:greg/nixos-config
This commit is contained in:
@@ -11,12 +11,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
brews = [
|
brews = [
|
||||||
"bitwarden-cli"
|
"bitwarden-cli"
|
||||||
{
|
|
||||||
name = "colima";
|
|
||||||
restart_service = true;
|
|
||||||
}
|
|
||||||
"direnv"
|
"direnv"
|
||||||
"docker-compose"
|
|
||||||
{
|
{
|
||||||
name = "libvirt";
|
name = "libvirt";
|
||||||
restart_service = true;
|
restart_service = true;
|
||||||
@@ -37,7 +32,6 @@ in
|
|||||||
"bruno"
|
"bruno"
|
||||||
"chromium"
|
"chromium"
|
||||||
"dbeaver-community"
|
"dbeaver-community"
|
||||||
"docker"
|
|
||||||
"ghostty"
|
"ghostty"
|
||||||
"firefox"
|
"firefox"
|
||||||
"microsoft-teams"
|
"microsoft-teams"
|
||||||
@@ -46,7 +40,6 @@ in
|
|||||||
"pgadmin4"
|
"pgadmin4"
|
||||||
"podman-desktop"
|
"podman-desktop"
|
||||||
"tabby"
|
"tabby"
|
||||||
"twine"
|
|
||||||
"vagrant"
|
"vagrant"
|
||||||
"virtualbox"
|
"virtualbox"
|
||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
|
|||||||
@@ -28,7 +28,10 @@
|
|||||||
"*" = {
|
"*" = {
|
||||||
dynamicForwards = [ { port = 10240; } ];
|
dynamicForwards = [ { port = 10240; } ];
|
||||||
serverAliveInterval = 60;
|
serverAliveInterval = 60;
|
||||||
extraOptions.LogLevel = "error";
|
extraOptions = {
|
||||||
|
LogLevel = "error";
|
||||||
|
SetEnv = "TERM=xterm-256color";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas;
|
"10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas;
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
lazyssh
|
lazyssh
|
||||||
rainfrog
|
rainfrog
|
||||||
tenere
|
tenere
|
||||||
|
uv
|
||||||
wiki-tui
|
wiki-tui
|
||||||
]
|
]
|
||||||
++ (lib.optionals pkgs.stdenv.hostPlatform.isLinux [
|
++ (lib.optionals pkgs.stdenv.hostPlatform.isLinux [
|
||||||
|
|||||||
Reference in New Issue
Block a user