Add social profile to norman and harrison

This commit is contained in:
Hendrik Sokolowski 2022-06-14 21:14:33 +02:00
parent 153df0ab4f
commit 51201be734

View file

@ -120,10 +120,10 @@
hensoko = pubsolaros ++ [ users.hensoko ]; hensoko = pubsolaros ++ [ users.hensoko ];
hensoko-light = pubsolaros-light ++ [ users.hensoko ]; hensoko-light = pubsolaros-light ++ [ users.hensoko ];
giggles = hensoko-light ++ [ ]; giggles = hensoko-light ++ [ ];
norman = hensoko ++ [ graphical non-free virtualisation work ]; norman = hensoko ++ [ graphical non-free social virtualisation work ];
redpanda = hensoko; redpanda = hensoko;
ringo = hensoko-light ++ [ graphical ]; ringo = hensoko-light ++ [ graphical ];
harrison = hensoko ++ [ graphical server ]; harrison = hensoko ++ [ graphical social server ];
}; };
}; };
}; };