11 lines
151 B
Nix
11 lines
151 B
Nix
|
|
{
|
||
|
|
den.aspects = {
|
||
|
|
neru = {
|
||
|
|
nixos = {
|
||
|
|
imports = [
|
||
|
|
/mnt/infra/private/neru-networking.nix
|
||
|
|
];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|