nix-config/machines/phil/default.nix
Zuckerberg 4f6e2c3369
All checks were successful
Check Flake / check-flake (push) Successful in 2m49s
use s0
2023-04-29 18:18:52 -06:00

11 lines
157 B
Nix

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