1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-09 19:43:52 +00:00
ultima/jetpure/host/parts/default.nix

10 lines
204 B
Nix
Raw Normal View History

2024-11-21 09:24:15 +00:00
{ inputs, ... }: {
2024-12-05 14:36:13 +00:00
imports = with inputs; [
./pkgs.nix
disko.nixosModules.default
2024-11-21 09:24:15 +00:00
(import ./disko.nix {
device = "/dev/by-id/ata-KINGSTON_SA400S37240G_50026B72828C9A2D";
})
];
}