os/hosts/frikandel/default.nix

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

9 lines
109 B
Nix
Raw Normal View History

2023-10-24 13:54:04 +00:00
{...}: {
imports = [
./hardware-configuration.nix
./configuration.nix
./networking.nix
];
}