hosts: update disko

This commit is contained in:
notohh 2024-04-22 21:55:21 -04:00
parent e9fdef4604
commit 30f5b57fab
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 3 additions and 3 deletions

View file

@ -5,6 +5,7 @@
... ...
}: { }: {
imports = [ imports = [
./disko-config.nix
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
]; ];
@ -18,7 +19,6 @@
}; };
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
}; };
}; };
initrd = { initrd = {
@ -30,7 +30,6 @@
zramSwap = { zramSwap = {
enable = true; enable = true;
swapDevices = 1; swapDevices = 1;
memoryPercent = 50;
algorithm = "zstd"; algorithm = "zstd";
}; };

View file

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { nvme0n1 = {
device = "/dev/nvme0n1"; device = "/dev/nvme0n1";
type = "disk"; type = "disk";
content = { content = {

View file

@ -5,6 +5,7 @@
... ...
}: { }: {
imports = [ imports = [
# ./disko-config.nix
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
]; ];