disko again

This commit is contained in:
twoneis 2024-05-08 16:32:37 +02:00
parent f53f80a837
commit a22d5c3c57
4 changed files with 35 additions and 28 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
imports = [
./hardware-config.nix
./disko.nix
./nvidia.nix
./options.nix
];
@ -16,7 +17,7 @@
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
device = "nodev";
# device = "nodev";
useOSProber = true;
font = null;
splashImage = null;