mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds hostname
This commit is contained in:
parent
84ce300e0e
commit
f01d71d562
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
||||||
./../../modules/core
|
./../../modules/core
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.hostName = "sakura";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
acpi
|
acpi
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue