nix-config/hosts/cloud/default.nix

9 lines
127 B
Nix
Raw Normal View History

2025-01-02 18:23:46 +00:00
{ ... }: {
imports= [
./configuration.nix
./hardware-configuration.nix
./networking.nix
2025-01-11 02:34:54 +01:00
./secrets.nix
2025-01-02 18:23:46 +00:00
];
}