add wpa_supplicant / eiwd packages to base build
This commit is contained in:
parent
6691cc402d
commit
64ea0f588c
@ -7,12 +7,16 @@
|
|||||||
experimental-features = ["nix-command" "flakes"];
|
experimental-features = ["nix-command" "flakes"];
|
||||||
};
|
};
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.vim
|
|
||||||
pkgs.alejandra
|
|
||||||
pkgs.mc
|
|
||||||
];
|
|
||||||
boot.supportedFilesystems.zfs = false;
|
boot.supportedFilesystems.zfs = false;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
wirelesstools
|
||||||
|
iw
|
||||||
|
gitMinimal
|
||||||
|
wpa_supplicant
|
||||||
|
eiwd
|
||||||
|
];
|
||||||
|
|
||||||
users.users.oom = {
|
users.users.oom = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel"];
|
extraGroups = ["wheel"];
|
||||||
|
@ -81,10 +81,4 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.wirelesstools
|
|
||||||
pkgs.iw
|
|
||||||
pkgs.gitMinimal
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
@ -104,10 +104,12 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.wirelesstools
|
wirelesstools
|
||||||
pkgs.iw
|
iw
|
||||||
pkgs.gitMinimal
|
gitMinimal
|
||||||
|
wpa_supplicant
|
||||||
|
eiwd
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
Loading…
Reference in New Issue
Block a user