added iso image

transferred proxmox image from nixos-generate to normal nixpkgs build
This commit is contained in:
Gabe Venberg 2024-06-06 14:38:39 -05:00
parent 7642191e98
commit 80e8884ba1
9 changed files with 168 additions and 56 deletions

View file

@ -14,6 +14,7 @@
optimise.automatic = true;
settings = {
auto-optimise-store = true;
trusted-users = ["root" "gabe"];
};
gc = {
automatic = true;

View file

@ -1,7 +0,0 @@
{
config,
pkgs,
...
}: {
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
}