Merge branch 'main' of gh:greg-hellings/nixos-config

This commit is contained in:
Greg Hellings
2022-10-03 09:44:03 -05:00
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ builds:
- darwinConfigurations.* - darwinConfigurations.*
exclude: exclude:
- nixosConfigurations.linode # Requires decrypted files - nixosConfigurations.linode # Requires decrypted files
- nixosConfigurations.2maccabees # Raspberry Pi 4 #- nixosConfigurations.2maccabees # Raspberry Pi 4
+12 -8
View File
@@ -27,23 +27,27 @@
}; };
aliases = { aliases = {
ll = "ls -l";
vup = "vagrant up --provision --provider libvirt";
vos = "vagrant up --provision --provider openstack";
vssh = "vagrant ssh";
vhalt = "vagrant halt";
vprov = "vagrant provision";
vdown = "vagrant destroy";
ac = "vox activate"; ac = "vox activate";
cblack = "compass workspace run src/python3/uc/tools:run_black --";
cci = "./scripts/circleci-checks.py";
crun = "compass workspace run";
cylint = "./scripts/run_yaml_lint.py";
d = "vox deactivate"; d = "vox deactivate";
devroles = "cd ~/src/ansible_collections/devroles"; devroles = "cd ~/src/ansible_collections/devroles";
dirflake = "nix flake new -t github:nix-community/nix-direnv";
ll = "ls -l";
molcol = "molecule -c ../../tests/molecule.yml"; molcol = "molecule -c ../../tests/molecule.yml";
pa = "cd ~/src/packaging"; pa = "cd ~/src/packaging";
dirflake = "nix flake new -t github:nix-community/nix-direnv";
tsup = "sudo tailscale up"; tsup = "sudo tailscale up";
tspub = "sudo tailscale up --exit-node=linode"; tspub = "sudo tailscale up --exit-node=linode";
tshome = "sudo tailscale up --exit-node=2maccabees"; tshome = "sudo tailscale up --exit-node=2maccabees";
tsclear = "sudo tailscale up --exit-node=''"; tsclear = "sudo tailscale up --exit-node=''";
vdown = "vagrant destroy";
vhalt = "vagrant halt";
vos = "vagrant up --provision --provider openstack";
vprov = "vagrant provision";
vup = "vagrant up --provision --provider libvirt";
vssh = "vagrant ssh";
}; };
configHeader = '' configHeader = ''