This commit is contained in:
parent
b41a66f8f0
commit
fd141f0dd6
2 changed files with 4 additions and 1 deletions
|
|
@ -17,5 +17,5 @@ jobs:
|
|||
- run: nix build .#nixosConfigurations.odin.config.system.build.toplevel
|
||||
- run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel
|
||||
- run: |
|
||||
attic login action https://cache.cronyakatsuki.xyz ${{ secrets.ATTIC_TOKEN }}
|
||||
attic login server https://cache.cronyakatsuki.xyz ${{ secrets.ATTIC_TOKEN }}
|
||||
attic push system result -j 2
|
||||
|
|
|
|||
|
|
@ -28,7 +28,10 @@
|
|||
nodejs
|
||||
wget
|
||||
nix
|
||||
attic-client
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [attic-client];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue