Initial config framework

This commit is contained in:
2023-01-20 20:21:16 +01:00
commit fe15a059f9
17 changed files with 37865 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Work In Progress!
Notice, these things might be missing:
- Functionality
- Style
- Safety
### Build:
- Build locally on another machine (verify)
```
nix --extra-experimental-features "nix-command flakes" build ".#nixosConfigurations.chapel.config.system.build.toplevel"
```
(replace "chapel" with the hostname)
- Build, install and switch on the actual target
```
nixos-rebuild switch --update-input nixpkgs --update-input unstable --no-write-lock-file --refresh --flake github+felixalbrigtsen/nixos-server-conf.git --upgrade
```