defiant #2

Merged
felixalb merged 6 commits from defiant into main 2023-12-25 02:09:25 +01:00
1 changed files with 5 additions and 6 deletions
Showing only changes of commit 361a6c5eb0 - Show all commits

View File

@ -1,11 +1,10 @@
# Work In Progress! ## Felixalbs nixos config
Notice, these things might be missing:
- Functionality Contains configurations for some nixos servers, some nixos desktops and a [nix-darwin](https://github.com/LnL7/nix-darwin) host.
- Style Secrets are managed with [sops-nix](https://github.com/Mic92/sops-nix).
- Safety
### Build: ### Build:
- Build locally on another machine (verify) - Build locally on another machine:
``` ```
nix --extra-experimental-features "nix-command flakes" build ".#nixosConfigurations.sarek.config.system.build.toplevel" nix --extra-experimental-features "nix-command flakes" build ".#nixosConfigurations.sarek.config.system.build.toplevel"
``` ```