about summary refs log blame commit diff
path: root/ops/machines/all-systems.nix
blob: 2536958c387f9c70d175d8347b8bf1c62707a1cc (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
]) ++

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

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