Zuckerberg 8dfba8646c
All checks were successful
Check Flake / check-flake (push) Successful in 1m5s
Fix CI builder
2023-10-20 19:52:33 -06:00

10 lines
118 B
Nix

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