build: init initial nixos config test
This commit is contained in:
parent
5d20da5abc
commit
5288417f6f
5 changed files with 196 additions and 0 deletions
8
hosts/hekate/default.nix
Normal file
8
hosts/hekate/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
# automatically called by flake.nix
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue