diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-24 13:10:41 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-24 13:10:41 -0500 |
commit | 6e6e95cd314816a3dbf789a91b3ace2fb7b060c4 (patch) | |
tree | 053e4d035387b232dc02dc599347dbc1b60f51f6 /flake.nix | |
parent | use sops-nix for secrets (diff) | |
download | dotfiles-nix-6e6e95cd314816a3dbf789a91b3ace2fb7b060c4.tar.gz dotfiles-nix-6e6e95cd314816a3dbf789a91b3ace2fb7b060c4.tar.bz2 dotfiles-nix-6e6e95cd314816a3dbf789a91b3ace2fb7b060c4.zip |
use single secrets file
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ options = import ./options.nix; in rec { nixosConfigurations = { - shinji = import ./hosts/shinji { inherit inputs options; }; + shinji = import ./hosts/shinji.nix { inherit inputs options; }; }; homeConfigurations = { |