summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-28 20:36:04 -0700
committerFuwn <[email protected]>2024-08-28 20:36:04 -0700
commitf3c31e4ad7fab36e151f3a2e207fafb1eda1a787 (patch)
treee265a1a5270b4522049110b8bc5aa13fda142c2f /justfile
parentmany (diff)
downloadnixos-config-f3c31e4ad7fab36e151f3a2e207fafb1eda1a787.tar.xz
nixos-config-f3c31e4ad7fab36e151f3a2e207fafb1eda1a787.zip
hi
Diffstat (limited to 'justfile')
-rw-r--r--justfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..005b107
--- /dev/null
+++ b/justfile
@@ -0,0 +1,8 @@
+default:
+ @just --list
+
+host hostname='kansai':
+ doas nixos-rebuild switch --flake .#{{hostname}}
+
+home user='ebisu':
+ home-manager switch --flake .#{{user}} --impure \ No newline at end of file