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
- Host: GitHub
- URL: https://github.com/aaqaishtyaq/home_ops
- Owner: aaqaishtyaq
- Created: 2021-03-18T10:33:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T18:11:43.000Z (about 3 years ago)
- Last Synced: 2025-03-26T14:53:25.220Z (12 months ago)
- Topics: home-manager, nix, nix-flake, nixos, setup-tool
- Language: Nix
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.