fix iso config
This commit is contained in:
parent
784a3662e6
commit
efec10547d
@ -1,5 +1,5 @@
|
|||||||
{ modulesPath, lib, inputs, pkgs, ... }: {
|
{ modulesPath, lib, inputs, pkgs, ... }: {
|
||||||
imports = with inputs.self.nixosModules; [
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
||||||
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
||||||
inputs.self.nixosRoles.base
|
inputs.self.nixosRoles.base
|
||||||
inputs.base16.hmModule
|
inputs.base16.hmModule
|
||||||
@ -16,7 +16,6 @@
|
|||||||
urxvt
|
urxvt
|
||||||
vivaldi
|
vivaldi
|
||||||
vscode
|
vscode
|
||||||
xresources
|
|
||||||
xserver
|
xserver
|
||||||
];
|
];
|
||||||
networking.wireless.enable = lib.mkForce false;
|
networking.wireless.enable = lib.mkForce false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user