forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrove.yml
51 lines (51 loc) · 1.39 KB
/
trove.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
version: 1.4.2
commands:
- name: switch-home
namespace: dotfiles
tags:
- nix
command: "nh home switch ${HOME?}/dotfiles -- --impure --show-trace"
description: Update Home Manager
- name: switch-steamdeck
namespace: dotfiles
tags:
- nix
command: "home-manager switch --flake ~/dotfiles##deck --impure --extra-experimental-features nix-command --extra-experimental-features flakes -b backup"
description: Update Steam Deck Home Manager
- name: update-flakes
namespace: dotfiles
tags:
- nix
command: nix flake update
description: Update Flakes
- name: switch-os
namespace: dotfiles
tags:
- nix
command: "nh os switch ${HOME?}/dotfiles -- --impure --show-trace"
description: Update the NixOS config
- name: collect-garbage
namespace: dotfiles
tags:
- nix
command: sudo nix-collect-garbage --delete-older-than 7d
description: Cleans up the nix store
- name: reboot
namespace: dotfiles
tags:
- system
command: sudo reboot
description: Restart the computer
- name: watch-pods
namespace: k3s
tags:
- k3s
command: bbg watch-pods
description: Watch all the pods
- name: list-system-generations
namespace: dotfiles
tags:
- nix
command: sudo nix-env -p /nix/var/nix/profiles/system --list-generations
description: List system generations