per device specific hostname
This commit is contained in:
11
laptop/configuration.nix
Normal file
11
laptop/configuration.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# hostname
|
||||
networking.hostName = "laptop-luki";
|
||||
}
|
Reference in New Issue
Block a user