nix-config/machines/phil/configuration.nix
2023-04-19 18:12:42 -06:00

10 lines
118 B
Nix

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