Ported over the configuration for steiner into the flake. Have tested the deployment in a VM and am writing this commit from the flake itself. Everything came up and this should be good to pass issue #4 and move this to a Done status.
6 lines
87 B
Nix
6 lines
87 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "steiner"; # Define your hostname.
|
|
}
|