(͡ ͡° ͜ つ ͡͡°) っ✂╰⋃╯
Go to file
Peder Bergebakken Sundt a0854e05f6 more docs! 2023-03-03 21:12:55 +01:00
cachix lots of small fixes 2023-02-25 01:37:09 +01:00
hardware further catogorize profile/web, add python-docs 2023-02-26 02:46:35 +01:00
hosts more docs! 2023-03-03 21:12:55 +01:00
profiles more docs! 2023-03-03 21:12:55 +01:00
users bolle 2023-03-04 01:47:45 +01:00
.editorconfig lots of small fixes 2023-02-25 01:37:09 +01:00
.envrc add dev shell 2023-02-26 21:38:38 +01:00
.gitignore make it snow! 2023-02-25 05:06:52 +01:00
README.md stuff 2023-03-02 23:06:43 +01:00
base.nix fix bolle 2023-03-01 02:21:24 +01:00
cachix.nix Initial commit 2023-02-24 21:36:30 +01:00
flake.lock further catogorize profile/web, add python-docs 2023-02-26 02:46:35 +01:00
flake.nix minor cleanup 2023-03-01 03:20:31 +01:00
shell.nix add dev shell 2023-02-26 21:38:38 +01:00

README.md

Initial setup (old)

nixos-generate-config

Reading list

TODOs:

Cheatsheet

How to evaluate nixos flake/configuration.nix, checking if the drv hash is equal

nix eval .#nixosConfigurations.noximilien.config.system.build.toplevel.outPath
# or
nix-instantiate '<nixpkgs/nixos>' -A system -I nixos-config=./configuration.nix