add system palatine-hill

This commit is contained in:
Dennis Wuitz
2023-12-23 07:39:10 +01:00
parent 75405396d2
commit f2c3f279d5
4 changed files with 180 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
description = "NixOS configuration for Wavelens Servers";
description = "NixOS configuration for RAD-Development Servers";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
@ -38,6 +38,10 @@
photon = constructSystem {
hostname = "photon"
};
palatine-hill = constructSystem {
hostname = "palatine-hill"
};
};
};
}