disko again
This commit is contained in:
parent
f53f80a837
commit
a22d5c3c57
4 changed files with 35 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue