cleanup scripts

This commit is contained in:
Tyrel Souza 2023-01-17 19:06:00 -05:00
parent 5fa1be2cc5
commit ad75423f81
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
2 changed files with 0 additions and 11 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
hostname=$(hostname| sed 's/.local//')
./result/sw/bin/darwin-rebuild switch --flake ./hosts/$hostname

View File

@ -1,7 +0,0 @@
#!/bin/bash
NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/tyrel/channels/nixpkgs:/nix/var/nix/profiles/per-user/tyrel/channels
hostname=$(hostname)
nix run ./hosts/$hostname switch -vv
home-manager switch --flake ./hosts/$hostname