Added some stuff
This commit is contained in:
parent
a97bb8332f
commit
3eb63178e4
4 changed files with 32 additions and 40 deletions
|
@ -50,19 +50,20 @@
|
|||
liveRestore = false;
|
||||
};
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
jack.enable = true;
|
||||
};
|
||||
};
|
||||
hardware = {
|
||||
pulseaudio.enable = false;
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
../shared/vscode.nix
|
||||
# ../shared/dmenu.nix
|
||||
# ../shared/rofi.nix
|
||||
../shared/mpv.nix
|
||||
# ../shared/mpv.nix
|
||||
../shared/kitty.nix
|
||||
../shared/alacritty.nix
|
||||
../shared/tmux.nix
|
||||
|
@ -60,8 +60,8 @@
|
|||
bluez
|
||||
bluez-tools
|
||||
unstable.betterlockscreen
|
||||
tmux
|
||||
unstable.fzf
|
||||
# tmux
|
||||
fzf
|
||||
eza
|
||||
btop
|
||||
thttpd
|
||||
|
@ -74,18 +74,23 @@
|
|||
light
|
||||
|
||||
# Dev
|
||||
gh
|
||||
unstable.deno
|
||||
unstable.hugo
|
||||
unstable.logstash
|
||||
ngrok
|
||||
tailwindcss
|
||||
nodejs_22
|
||||
nodejs_23
|
||||
yarn
|
||||
plantuml
|
||||
go
|
||||
dotnetCorePackages.sdk_8_0_3xx
|
||||
# dotnetCorePackages.sdk_8_0_3xx
|
||||
dotnetCorePackages.sdk_9_0_1xx
|
||||
templ
|
||||
goa
|
||||
azuredatastudio
|
||||
mdbtools
|
||||
prettierd
|
||||
|
||||
#Tools
|
||||
qrencode
|
||||
|
@ -98,6 +103,9 @@
|
|||
#LSP
|
||||
# roslyn
|
||||
roslyn-ls
|
||||
dockerfile-language-server-nodejs
|
||||
docker-compose-language-service
|
||||
bash-language-server
|
||||
python312Packages.python-lsp-server
|
||||
yaml-language-server
|
||||
lua-language-server
|
||||
|
@ -122,6 +130,7 @@
|
|||
networkmanagerapplet
|
||||
networkmanager-l2tp
|
||||
strongswan
|
||||
networkmanager_strongswan
|
||||
|
||||
# Display
|
||||
scrot
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
];
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 80 443 8384 22000];
|
||||
allowedTCPPorts = [ 80 443 3000 8384 22000];
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 4000; to = 4007; }
|
||||
{ from = 8000; to = 8010; }
|
||||
|
|
|
@ -27,42 +27,12 @@
|
|||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"ha1" = {
|
||||
hostname = "192.168.0.180";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"ha2" = {
|
||||
hostname = "192.168.0.133";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"ha3" = {
|
||||
hostname = "192.168.0.120";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"ha4" = {
|
||||
hostname = "192.168.0.52";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"mac" = {
|
||||
hostname = "192.168.0.149";
|
||||
port = 22;
|
||||
user = "ifacts";
|
||||
identityFile = "/home/fw/.ssh/ifacts-ssh-key";
|
||||
};
|
||||
"backups" = {
|
||||
hostname = "192.168.0.120";
|
||||
port = 22;
|
||||
user = "github";
|
||||
identityFile = "/home/fw/.ssh/github-ssh-key";
|
||||
};
|
||||
"malmo" = {
|
||||
hostname = "192.168.0.138";
|
||||
port = 22;
|
||||
|
@ -93,7 +63,19 @@
|
|||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"runner01" = {
|
||||
hostname = "192.168.0.205";
|
||||
hostname = "192.168.0.184";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"docker03" = {
|
||||
hostname = "192.168.0.118";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"table" = {
|
||||
hostname = "192.168.0.157";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue