1 lass: enable identity

This commit is contained in:
lassulus 2015-07-17 10:30:14 +02:00
parent 74497c357e
commit 0bb58a24c5
2 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,12 @@
];
};
}
{
imports = [ ../../3modules/tv/identity.nix ];
tv.identity = {
enable = true;
};
}
];
networking.hostName = "mors";

View File

@ -24,6 +24,12 @@
];
};
}
{
imports = [ ../../3modules/tv/identity.nix ];
tv.identity = {
enable = true;
};
}
];
networking.hostName = "uriel";