Files
felnix/README.md
T
2023-10-14 00:11:53 +02:00

18 lines
532 B
Markdown

# 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.sarek.config.system.build.toplevel"
```
(replace "sarek" 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
```