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