mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Use nm instead of wpa on installer
This commit is contained in:
parent
13f0303c93
commit
9533b119e4
1 changed files with 6 additions and 1 deletions
|
|
@ -14,13 +14,18 @@
|
||||||
|
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
|
networking = {
|
||||||
|
wireless.enable = false;
|
||||||
|
networkmanager.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ inputs.disko.packages.${pkgs.system}.default ];
|
environment.systemPackages = [ inputs.disko.packages.${pkgs.system}.default ];
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBUORYC3AvTPQmtUEApTa9DvHoJy4mjuQy8abSjCcDd seb@north"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBUORYC3AvTPQmtUEApTa9DvHoJy4mjuQy8abSjCcDd seb@north"
|
||||||
];
|
];
|
||||||
|
|
||||||
installer.cloneConfig = lib.mkForce false;
|
installer.cloneConfig = false;
|
||||||
isoImage = {
|
isoImage = {
|
||||||
edition = lib.mkForce "seb-minimal";
|
edition = lib.mkForce "seb-minimal";
|
||||||
isoName = lib.mkForce "NixOS";
|
isoName = lib.mkForce "NixOS";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue