about summary refs log blame commit diff
path: root/ops/machines/all-systems.nix
blob: e2371d76e7420fa8531f4c1e2fe207fa33500f81 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

               
                           
         





                                 
          
         

     
                                       
       
         
         


                                  
     
       
        
         
  
{ depot, ... }:

(with depot.ops.machines; [
  sanduny
  whitby
]) ++

(with depot.users.tazjin.nixos; [
  camden
  frog
  tverskoy
  zamalek
]) ++

(with depot.users.grfn.system.system; [
  yeren
  mugwump
  ogopogo
]) ++

(with depot.users.wpcarro.nixos; [
  ava
  kyoko
  marcus
  tarasco
])