Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/src/hosts/dummy/modules/install/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
# Load the script with substituted values
text = builtins.readFile (
# Substitute values in the script
pkgs.substituteAll {
# Use this file as source
src = ./install.sh;

# Provide values to substitute
pkgs.replaceVars ./install.sh {
Comment thread
spietras marked this conversation as resolved.
flake = inputs.self;
host = config.constants.name;
keysFile = config.constants.secrets.sops.age.file;
Expand Down