Files
homelab/hosts/test/configuration.nix
T
pure_sagacity 4e925f8a89 holy shit im stupid, a lot of changes.
also added the configuration bc idk how to add only certain files but
whatever
2026-07-05 23:43:35 -05:00

11 lines
87 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [ ./hardware-configuration.nix ];
}