NIX_System_Configurations/laptop/configuration.nix

12 lines
146 B
Nix
Raw Normal View History

2023-11-08 22:35:23 +00:00
{ config, pkgs, lib, ... }:
{
imports =
[
./hardware-configuration.nix
];
# hostname
networking.hostName = "laptop-luki";
}