2020-06-10 17:37:25 +02:00
|
|
|
{ config, pkgs, ... }: {
|
2020-12-20 20:25:32 +01:00
|
|
|
imports = [
|
|
|
|
|
<niveum/modules/retiolum.nix>
|
|
|
|
|
];
|
2019-01-30 13:16:49 +01:00
|
|
|
|
2020-06-10 17:37:25 +02:00
|
|
|
networking.hosts = { "42:0:ca48:f98f:63d7:31ce:922b:245d" = [ "go" ]; };
|
2018-12-04 21:08:12 +01:00
|
|
|
}
|