update packages
This commit is contained in:
parent
34c3e678eb
commit
b91bf446da
3 changed files with 19 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue