diff options
| author | Grigory Shipunov | 2022-06-18 11:49:27 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 11:51:27 +0200 |
| commit | 121e2f5004e109c5fc9530d136aae497061b8ef7 (patch) | |
| tree | 6a7f9adba499e626431a402b8356a268b5d2c69b /hosts/cirrus/default.nix | |
| parent | 16da95bca0c6daecca412c7b883e4cf2aa6397ba (diff) | |
oxalab: init
Diffstat (limited to 'hosts/cirrus/default.nix')
| -rw-r--r-- | hosts/cirrus/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/cirrus/default.nix b/hosts/cirrus/default.nix new file mode 100644 index 0000000..7864357 --- /dev/null +++ b/hosts/cirrus/default.nix @@ -0,0 +1,8 @@ +{ + imports = [ + ./hardware-configuration.nix + ./configuration.nix + ./secrets.nix + ./wireguard-server.nix + ]; +} |
