l littleT: make into blue-host

This commit is contained in:
lassulus 2018-12-16 16:31:57 +01:00
parent 24330950fe
commit bb22dc7475
2 changed files with 2 additions and 0 deletions
lass
1systems/littleT
2configs

View file

@ -6,6 +6,7 @@ with import <stockholm/lib>;
<stockholm/lass>
<stockholm/lass/2configs/retiolum.nix>
<stockholm/lass/2configs/blue-host.nix>
];
networking.networkmanager.enable = true;

View file

@ -7,6 +7,7 @@ let
"daedalus"
"skynet"
"prism"
"littleT"
];
remote_hosts = filter (h: h != config.networking.hostName) all_hosts;