This commit is contained in:
Aly Raffauf 2024-05-26 03:43:18 -04:00
parent f8aa3388c0
commit effbbb725d
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@
# Install NixOS with the updated flake input and root settings # Install NixOS with the updated flake input and root settings
sudo nixos-install --no-root-password --root /mnt --flake $FLAKE_INPUT sudo nixos-install --no-root-password --root /mnt --flake $FLAKE_INPUT
'' ; '';
nixosModules.default = nixosModules.default =
import ./nixosModules inputs; import ./nixosModules inputs;