Files

11 lines
121 B
Nix

{ ... }:
{
imports = [
../configuration.nix
../users/mike.nix
];
networking.hostName = "bureautix-03";
}