GitXplorerGitXplorer
a

home_ops

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ce5a2d4590def46c7ea0778bc9257681ff300bb9

feat: zsh, tmux parity with dotfiles

aaaqaishtyaq committed 2 years ago
Unverified
d4a74b11aa68422000f6729a9b20531d8c2aaaa7

feat: add aaqaishtyaq/iay prompt

aaaqaishtyaq committed 2 years ago
Unverified
ebf762183b31e36904a29d6749df236eb06ce4c0

chore: update flakes

aaaqaishtyaq committed 2 years ago
Unverified
6e84f439f89b75fc3f7bb15b01700691b7a0fbd8

feat: add altair machine

aaaqaishtyaq committed 2 years ago
Unverified
8f2c329405856a2ef8bf9abb4299603971edc951

chore: remove starship and add basic prompt

aaaqaishtyaq committed 2 years ago
Unverified
8286f553a9ede504a5e26c7125154c2b012f648d

pix: start samba service

aaaqaishtyaq committed 2 years ago

README

The README file for this repository.

home_ops

My attempt to automate personal infrastructure using nix

% curl https://raw.githubusercontent.com/aaqaishtyaq/home_ops/master/install.sh | bash
cd "${HOME}/repos/github.com/aaqaishtyaq/home_ops"

# nix package manager and home-manager
nix build --experimental-features 'nix-command flakes' '.#linux-server'
nix build --experimental-features 'nix-command flakes' '.#ubuntu-server'

# nixos and home-manager
sudo nixos-rebuild switch --flake '.#pix'

Note: This is highly experimental

To unlock secrets file...

$ git-crypt unlock

Go to Dotfiles Repo for stable configurations.