mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: refactor modules pass 1
This commit is contained in:
parent
f91017271d
commit
ec7246e524
18 changed files with 122 additions and 124 deletions
2
Justfile
2
Justfile
|
|
@ -3,7 +3,7 @@ os host action:
|
|||
nixpkgs=$(nix-instantiate --eval -E "let sources = import ./nix/sources.nix {}; in sources.nixpkgs.outPath" | jq -r .)
|
||||
sudo nixos-rebuild {{ action }} \
|
||||
-I nixpkgs=${nixpkgs} \
|
||||
-I nixos-config=./nix/configurations/hosts/{{ host }}.nix \
|
||||
-I nixos-config=./nix/configurations/{{ host }}.nix \
|
||||
--fast \
|
||||
--attr "nixosConfigurations.{{ host }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue