diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 6796add..6f2968a 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,13 @@ inherit botcore-v4; }; }; + Rory-postgres = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./host/Rory-postgres/configuration.nix + ./hardware-configuration.nix + ]; + }; }; }; } \ No newline at end of file |