1
0
Fork 0

update packages

This commit is contained in:
cătălin 2025-08-15 18:21:23 +02:00
commit b91bf446da
No known key found for this signature in database
3 changed files with 19 additions and 22 deletions

View file

@ -5,7 +5,7 @@
./hardware-configuration.nix
];
nixpkgs.config.allowBroken = true;
nixpkgs.config.permittedInsecurePackages = ["electron-33.4.11"];
nixpkgs.config.permittedInsecurePackages = ["electron-33.4.11" "mono-5.20.1.34"];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = ["ntfs"];
@ -156,6 +156,7 @@
fonts.packages = with pkgs; [
atkinson-hyperlegible
];
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
services.openssh.enable = true;
services.tailscale.enable = true;
virtualisation.docker.enable = true;