nixconfig/special/insertlaptop.nix

4 lines
No EOL
79 B
Nix

{ inputs, config, lib, pkgs, ... }:
{
networking.hostName = "insertlaptop";
}