about summary refs log blame commit diff
path: root/README.md
blob: 23c16e891e6699b6fd9f75b3982ecbc2dd2343fd (plain) (tree)
1
2
3
4
5


                        

       











                                    












                                                            



           
                                                               
   
# NIX Config
My Personal NixOS Flake.
  

# NixOS
## Installing

```
nixos-install --flake . #HOST
```

## Updating

```
nix flake update

nixos-rebuild switch --flake . #HOST
```

# Non-Nixos
## Installing
```
nix build .#homeManagerConfigurations.HOST.activationPackage
./result/activate
```

## Updating
```
home-manager switch --flake .#HOST
```

# ISO
## Building
```
nix build .#isoConfigurations.HOST.config.system.build.isoImage
```