refactoring: Use flake-inputs instead of awkwardly passing through
This commit is contained in:
parent
b7feffc52f
commit
bb397841ee
3 changed files with 22 additions and 31 deletions
configuration
|
@ -3,9 +3,13 @@
|
|||
pkgs,
|
||||
lib,
|
||||
modulesPath,
|
||||
flake-inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
flake-inputs.sops-nix.nixosModules.sops
|
||||
flake-inputs.tlaternet-webserver.nixosModules.default
|
||||
|
||||
"${modulesPath}/profiles/headless.nix"
|
||||
"${modulesPath}/profiles/minimal.nix"
|
||||
(import ../modules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue