build: init initial nixos config test

This commit is contained in:
Mohammad Rafiq 2025-02-22 10:17:38 +08:00
parent 5d20da5abc
commit 5288417f6f
5 changed files with 196 additions and 0 deletions

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

@ -0,0 +1,8 @@
# automatically called by flake.nix
{ config, pkgs, lib, ... }:
{
imports = [
./configuration.nix
];
}