flake #7

Merged
don merged 16 commits from flake into main 2023-09-20 21:58:06 -05:00
7 changed files with 0 additions and 79 deletions
Showing only changes of commit d45cf6dd74 - Show all commits

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";
}