added iso image
transferred proxmox image from nixos-generate to normal nixpkgs build
This commit is contained in:
parent
7642191e98
commit
80e8884ba1
9 changed files with 168 additions and 56 deletions
|
@ -14,6 +14,7 @@
|
|||
optimise.automatic = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
trusted-users = ["root" "gabe"];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue