Files
nix-config/machines/phil/default.nix
Zuckerberg 99ef62d31a
All checks were successful
Check Flake / check-flake (push) Successful in 1m21s
Fix unused vars
2026-02-11 23:12:00 -08:00

10 lines
104 B
Nix

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