Files

11 lines
122 B
Nix

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