Review system packages

This commit is contained in:
Geoffrey Frogeye 2023-12-16 19:06:10 +01:00
parent 8dfaa80f96
commit 740e103730
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -25,10 +25,8 @@
environment.systemPackages = with pkgs; [
wget
kexec-tools
openvpn
# Needed for all the fetchFromGit in this repo on nixos-rebuild
git
neovim # So we have a working editor in rescue mode
git # Needed for all the fetchFromGit in this repo on nixos-rebuild
];
nixpkgs.config.allowUnfree = true;