initial cloud config

This commit is contained in:
Grigory Shipunov 2025-01-02 18:23:46 +00:00
parent 3de1ca400c
commit 93a64e8816
6 changed files with 81 additions and 2 deletions

7
hosts/cloud/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }: {
imports= [
./configuration.nix
./hardware-configuration.nix
./networking.nix
];
}