fix disko

This commit is contained in:
2026-04-19 07:55:25 -05:00
parent 300b407208
commit 3b386828af
2 changed files with 5 additions and 14 deletions

View File

@@ -3,8 +3,9 @@
flake.nixosConfigurations."homebox" = inputs.nixpkgs.lib.nixosSystem {
modules = [
self.nixosModules.homebox
self.nixosModules.default
self.nixosModules.homebox
self.diskoConfigurations.homebox
];
};
@@ -12,11 +13,6 @@
{
imports = [ # Include the results of the hardware scan.
(import ./disko.nix { device1 = "/dev/nvme0n1"; device2 = "/dev/nvme1n1"; device3 = "/dev/sda"; })
];
config = {
services = {