remove manual hostname, already taken care of by lib/nixos.nix
This commit is contained in:
parent
089ef41de0
commit
3f0f23f38c
4 changed files with 0 additions and 8 deletions
|
@ -2,8 +2,6 @@
|
||||||
{
|
{
|
||||||
imports = [ ./hardware-configuration.nix ];
|
imports = [ ./hardware-configuration.nix ];
|
||||||
|
|
||||||
networking.hostName = "chris-laptop";
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
themes = {
|
themes = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
options = [ "rw" "uid=chris" ];
|
options = [ "rw" "uid=chris" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "chris-pc";
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
themes = {
|
themes = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "chris-server";
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
themes = {
|
themes = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
{
|
{
|
||||||
imports = [ ./hardware-configuration.nix ];
|
imports = [ ./hardware-configuration.nix ];
|
||||||
|
|
||||||
networking.hostName = "mam-laptop";
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
themes = {
|
themes = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue