kvernberg: init

This commit is contained in:
Daniel Olsen
2024-10-06 04:46:01 +02:00
committed by System administrator
parent a3c3ceac49
commit a1c8a64c01
5 changed files with 117 additions and 0 deletions

View File

@@ -159,6 +159,12 @@
inputs.gergle.overlays.default
];
};
kvernberg = stableNixosConfig "kvernberg" {
modules = [
disko.nixosModules.disko
{ disko.devices.disk.disk1.device = "/dev/sda"; }
];
};
};
nixosModules = {