add system palatine-hill
This commit is contained in:
@ -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"
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user