dea-files/hosts/nahemah/configuration.nix

13 lines
129 B
Nix

{
lib,
pkgs,
...
}:
{
networking.hostName = lib.mkForce "nahemah";
environment.systemPackages = with pkgs; [
];
}