mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update flake
This commit is contained in:
@@ -12,11 +12,17 @@
|
||||
networking = {
|
||||
hostName = "pc";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 5173 8081 ];
|
||||
allowedUDPPorts = [ 5173 8081 ];
|
||||
allowedTCPPorts = [ 5173 8081 53317 ];
|
||||
allowedUDPPorts = [ 5173 8081 53317 ];
|
||||
};
|
||||
};
|
||||
|
||||
boot.kernelParams = [ "amd_iommu=on" ];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.libvirtd.qemu.swtpm.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
@@ -43,7 +49,7 @@
|
||||
home-manager.users.thiloho = { pkgs, lib, ... }: {
|
||||
programs.git.signing.key = "5ECD00BDC15A987E";
|
||||
home = {
|
||||
packages = with pkgs; [ blender inkscape libcec ];
|
||||
packages = with pkgs; [ blender inkscape localsend ];
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
difficulty = 3;
|
||||
max-players = 10;
|
||||
motd = "Thilo's SMP";
|
||||
white-list = true;
|
||||
};
|
||||
};
|
||||
nginx = {
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
astro-build.astro-vscode
|
||||
dbaeumer.vscode-eslint
|
||||
bradlc.vscode-tailwindcss
|
||||
esbenp.prettier-vscode
|
||||
];
|
||||
userSettings = {
|
||||
"nix.enableLanguageServer" = true;
|
||||
|
||||
Reference in New Issue
Block a user