hosts: nixos: porthos: add profiles

This commit is contained in:
Bruno BELANYI 2024-01-03 17:55:14 +00:00
parent d181f3a719
commit 7ac78ca260
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@
./hardware.nix
./home.nix
./networking.nix
./profiles.nix
./secrets
./services.nix
./system.nix

View file

@ -0,0 +1,4 @@
{ ... }:
{
# Nothing
}