This commit is contained in:
Oliver Davies 2025-07-28 19:38:17 +01:00
parent 491aeb0c7e
commit 48b88ff3ca
7 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
flake.modules.nixos."hosts/t480".imports = with config.flake.modules.nixos; [
flake.modules.nixos."nixosConfigurations/t480".imports = with config.flake.modules.nixos; [
pc
];
}