hosts: added vergil host and nixos-server shared configuration
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user