nix-config/machines/phil/default.nix
Zuckerberg d6e91d28c1
All checks were successful
Check Flake / check-flake (push) Successful in 15m28s
build
2023-10-20 18:46:33 -06:00

10 lines
118 B
Nix

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