removed host configuration.nix
This commit is contained in:
parent
a2a6a508b7
commit
d45cf6dd74
7 changed files with 0 additions and 79 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
/etc/nixos/hardware-configuration.nix
|
|
||||||
../../workstation
|
|
||||||
../../wm/sway
|
|
||||||
];
|
|
||||||
networking.hostName = "ace";
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
/etc/nixos/hardware-configuration.nix
|
|
||||||
../../workstation
|
|
||||||
../../wm/sway
|
|
||||||
];
|
|
||||||
networking.hostName = "dragon";
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
<nixos-hardware/google/pixelbook>
|
|
||||||
/etc/nixos/hardware-configuration.nix
|
|
||||||
../../workstation
|
|
||||||
../../wm/sway
|
|
||||||
];
|
|
||||||
networking.hostName = "eve";
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
<nixos-hardware/dell/xps/13-9310>
|
|
||||||
/etc/nixos/hardware-configuration.nix
|
|
||||||
../../workstation
|
|
||||||
../../wm/sway
|
|
||||||
];
|
|
||||||
networking.hostName = "loki";
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
/etc/nixos/hardware-configuration.nix
|
|
||||||
../../workstation
|
|
||||||
../../wm/sway
|
|
||||||
];
|
|
||||||
networking.hostName = "pocket2";
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
<nixos-hardware/lenovo/thinkpad/x260>
|
|
||||||
/etc/nixos/hardware-configuration.nix
|
|
||||||
../../workstation
|
|
||||||
../../wm/sway
|
|
||||||
];
|
|
||||||
networking.hostName = "smaug";
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
/etc/nixos/hardware-configuration.nix
|
|
||||||
../../server/configuration.nix
|
|
||||||
];
|
|
||||||
networking.hostName = "vm1";
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue