7 lines
114 B
Nix
7 lines
114 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
flake.modules.nixos."hosts/t490".imports = with config.flake.modules.nixos; [
|
|
pc
|
|
];
|
|
}
|