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