nix-config/machines/phil/default.nix
Zuckerberg 0efcf8f3fc
All checks were successful
Check Flake / check-flake (push) Successful in 1m28s
Flake check gitea action
2023-04-29 19:20:48 -06:00

11 lines
157 B
Nix

{ config, pkgs, lib, ... }:
{
imports = [
./hardware-configuration.nix
];
networking.hostName = "phil";
services.gitea-runner.enable = true;
}