os/hosts/ringo/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
89 B
Nix
Raw Normal View History

2023-11-10 14:41:48 +00:00
{ ... }: {
2022-08-21 22:53:04 +00:00
imports = [
2023-11-10 14:41:48 +00:00
./configuration.nix
./hardware-configuration.nix
];
2022-08-21 22:53:04 +00:00
}