remove manual hostname, already taken care of by lib/nixos.nix

This commit is contained in:
Chris Kruining 2025-03-09 12:03:38 +01:00
parent 089ef41de0
commit 3f0f23f38c
4 changed files with 0 additions and 8 deletions

View file

@ -2,8 +2,6 @@
{
imports = [ ./hardware-configuration.nix ];
networking.hostName = "chris-laptop";
modules = {
themes = {
enable = true;

View file

@ -13,8 +13,6 @@
options = [ "rw" "uid=chris" ];
};
networking.hostName = "chris-pc";
modules = {
themes = {
enable = true;

View file

@ -7,8 +7,6 @@
fsType = "ext4";
};
networking.hostName = "chris-server";
modules = {
themes = {
enable = true;

View file

@ -2,8 +2,6 @@
{
imports = [ ./hardware-configuration.nix ];
networking.hostName = "mam-laptop";
modules = {
themes = {
enable = true;