test
This commit is contained in:
parent
9fe9b74b1b
commit
4262282b69
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
|||
};
|
||||
modules = [
|
||||
# Configuration Imports
|
||||
./configuration.nix # Common NixOS Configuration
|
||||
./hosts/${hostname}/flake.nix # Hardware-specific Configuration
|
||||
./configuration.nix { inherit pkgs hostname config; }# Common NixOS Configuration
|
||||
./hosts/${hostname}/flake.nix { inherit pkgs hostname config; }# Hardware-specific Configuration
|
||||
|
||||
# Flake Imports
|
||||
sops-nix.nixosModules.sops # Handle secrets
|
||||
|
|
Loading…
Reference in a new issue