Refactor bluetooth configuration
This commit is contained in:
parent
d9cd7821a1
commit
d305535b01
10 changed files with 27 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, self, ... }:
|
||||
{ config, inputs, self, ... }:
|
||||
|
||||
{
|
||||
flake =
|
||||
|
@ -21,7 +21,11 @@
|
|||
inputs.nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
|
||||
modules = [ "${self}/hosts/${hostname}/configuration.nix" ];
|
||||
modules = [
|
||||
"${self}/hosts/${hostname}/configuration.nix"
|
||||
|
||||
config.flake.modules.nixos."hosts/${hostname}"
|
||||
];
|
||||
|
||||
specialArgs = specialArgs // {
|
||||
inherit hostname stateVersion system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue