Files

11 lines
120 B
Nix

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