initial cloud config
This commit is contained in:
parent
3de1ca400c
commit
93a64e8816
6 changed files with 81 additions and 2 deletions
7
hosts/cloud/default.nix
Normal file
7
hosts/cloud/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
imports= [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./networking.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue