1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/configs/retiolum.nix

8 lines
150 B
Nix
Raw Normal View History

2020-06-10 17:37:25 +02:00
{ config, pkgs, ... }: {
imports = [
2021-12-29 10:24:47 +01:00
../modules/retiolum.nix
];
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
}