3 description = "Legacy Network using <nixpkgs> and legacy state.";
4 # NB this is not really what makes it a legacy network; lack of flakes is.
7 server = { lib, pkgs, ... }: {
8 deployment.targetEnv = "none";
10 ./base-configuration.nix
11 (lib.modules.importJSON ./server-network.json)
13 environment.systemPackages = [ pkgs.hello pkgs.figlet ];