1
1
Fork 0
nixos/machines/myeck/default.nix
Myned 1346b1ca63
storage: add mounts by label
Signed-off-by: Myned <dev@bjork.tech>
2024-12-06 19:53:38 -06:00

8 lines
102 B
Nix

{
imports = [
./disko.nix
./hardware-configuration.nix
];
custom.hostname = "myeck";
}