# Breaking Changes - sops location movod to "system/dev/<dev-name>/sops/sops-conf.nix" - flake devices declaration changes - whole flake update
8 lines
193 B
Nix
8 lines
193 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
../../../modules/printer.nix
|
|
../../../modules/localsend.nix
|
|
(import ../../../modules/airplay.nix { hostname = config.networking.hostName; })
|
|
];
|
|
}
|