removed host configuration.nix

This commit is contained in:
Don Harper 2023-09-20 21:55:29 -05:00
parent a2a6a508b7
commit d45cf6dd74
7 changed files with 0 additions and 79 deletions

View file

@ -1,11 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "ace";
}

View file

@ -1,11 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "dragon";
}

View file

@ -1,12 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
<nixos-hardware/google/pixelbook>
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "eve";
}

View file

@ -1,12 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
<nixos-hardware/dell/xps/13-9310>
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "loki";
}

View file

@ -1,11 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "pocket2";
}

View file

@ -1,12 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
<nixos-hardware/lenovo/thinkpad/x260>
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "smaug";
}

View file

@ -1,10 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
/etc/nixos/hardware-configuration.nix
../../server/configuration.nix
];
networking.hostName = "vm1";
}