forked from pub-solar/infra
teutat3s
e71cbfc461
wip: add git.pub.solar to /etc/hosts ci: add devshell with Node.js for forgejo actions ci: add PATH ci: add HOME
14 lines
192 B
Nix
14 lines
192 B
Nix
{ flake, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
|
|
./networking.nix
|
|
./forgejo-actions-runner.nix
|
|
#./wireguard.nix
|
|
#./backups.nix
|
|
];
|
|
}
|