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

View file

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

View file

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