An open API service indexing awesome lists of open source software.

https://github.com/aaqaishtyaq/home_ops

~/.config/nixpkgs
https://github.com/aaqaishtyaq/home_ops

home-manager nix nix-flake nixos setup-tool

Last synced: 8 months ago
JSON representation

~/.config/nixpkgs

Awesome Lists containing this project

README

          

# home_ops

My attempt to automate personal infrastructure using nix

```shell
% curl https://raw.githubusercontent.com/aaqaishtyaq/home_ops/master/install.sh | bash
```

```shell
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](https://github.com/aaqaishtyaq/dotfiles) for `stable` configurations.