All checks were successful
Check Flake / check-flake (push) Successful in 1m5s
10 lines
118 B
Nix
10 lines
118 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
];
|
|
|
|
networking.hostName = "phil";
|
|
}
|