do it better

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-01-31 20:38:05 -05:00
parent 3cf51d5fe1
commit 8769c87d01
3 changed files with 4 additions and 5 deletions

View File

@ -44,8 +44,9 @@
};
nixosConfigurations = {
chrysalis = mkSystem [ ./hosts/chrysalis ];
logos = mkSystem [ ./hosts/logos ./hardware/alrest ];
chrysalis = mkSystem [ ./hosts/chrysalis ./hardware/location/YOW ];
logos =
mkSystem [ ./hosts/logos ./hardware/alrest ./hardware/location/YOW ];
# vms
## logos

View File

@ -2,8 +2,6 @@
{
imports = [
../../location/YOW
./hardware-configuration.nix
./prometheus.nix
./solanum.nix

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./minecraft.nix ../../location/YOW ];
imports = [ ./minecraft.nix ];
users.motd = builtins.readFile ./motd;