update and connectivity

This commit is contained in:
Till 2026-01-13 22:03:03 +01:00
parent a08e858ddc
commit a2608f23fe
8 changed files with 65 additions and 22 deletions

View file

@ -6,16 +6,17 @@
./interception-tools.nix
];
zramSwap.enable = true;
# zramSwap.enable = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true;
networking.firewall = {
enable = true;
allowedTCPPorts = [ 4000 ];
};
# networking.firewall = {
# allowedTCPPorts = [ 4000 ];
# };
i18n.extraLocaleSettings = {
LC_TIME = "en_GB.UTF-8";
@ -60,10 +61,8 @@
virtiofsd
];
# nixpkgs.config.joypixels.acceptLicense = true;
fonts.packages = with pkgs; [
jetbrains-mono
# joypixels
];
services = {
@ -73,6 +72,7 @@
# mullvad-vpn.enable = true;
# mullvad-vpn.package = pkgs.mullvad-vpn;
printing.enable = true;
udisks2.enable = true;
};
virtualisation.libvirtd.enable = true;