parent
3cf51d5fe1
commit
8769c87d01
|
@ -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
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../location/YOW
|
||||
|
||||
./hardware-configuration.nix
|
||||
./prometheus.nix
|
||||
./solanum.nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./minecraft.nix ../../location/YOW ];
|
||||
imports = [ ./minecraft.nix ];
|
||||
|
||||
users.motd = builtins.readFile ./motd;
|
||||
|
||||
|
|
Loading…
Reference in New Issue