hosts: added vergil host and nixos-server shared configuration

This commit is contained in:
2026-08-16 12:54:40 -04:00
parent e6592ac2bf
commit 009e1b68b9
4 changed files with 335 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
pkgs,
inputs,
...
}:
let
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in
{
imports = [
../shared/nixos-server.nix
];
networking.hostName = "vergil";
}