mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-07 21:13:55 +00:00
10 lines
204 B
Nix
10 lines
204 B
Nix
{ inputs, ... }: {
|
|
imports = with inputs; [
|
|
./pkgs.nix
|
|
disko.nixosModules.default
|
|
(import ./disko.nix {
|
|
device = "/dev/by-id/ata-KINGSTON_SA400S37240G_50026B72828C9A2D";
|
|
})
|
|
];
|
|
}
|