oxalab: init

This commit is contained in:
Grigory Shipunov 2022-06-18 11:49:27 +02:00
parent 16da95bca0
commit 121e2f5004
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
11 changed files with 170 additions and 14 deletions

8
hosts/cirrus/default.nix Normal file
View file

@ -0,0 +1,8 @@
{
imports = [
./hardware-configuration.nix
./configuration.nix
./secrets.nix
./wireguard-server.nix
];
}