First working version of NixOS intall
This commit is contained in:
commit
5ab67429b2
47 changed files with 1801 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
My NixOS configuration
|
||||
----------------------
|
||||
|
||||
My configurations for NixOS using flakes. For now only my desktop computer is
|
||||
configured with this system.
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
doas nixos-rebuild switch --flake ".#mrmeeseeks"
|
||||
```
|
||||
|
||||
## Update the flakes.lock
|
||||
|
||||
```
|
||||
nix flake update
|
||||
doas nixos-rebuild switch --flake ".#mrmeeseeks"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue