move service to different flake

This commit is contained in:
Vivian 2023-12-19 14:52:25 +01:00
parent ee02043b4c
commit 82bc9ac40c
7 changed files with 155 additions and 114 deletions

View file

@ -1,4 +1,4 @@
{ nixpkgs, home-manager, mailserver, lanzaboote, attic, ... }:
{ nixpkgs, home-manager, mailserver, lanzaboote, attic, gnome-autounlock-keyring, ... }:
let
inherit (builtins) filter attrValues concatMap mapAttrs;
inherit (nixpkgs.lib.attrsets) mapAttrsToList;
@ -18,6 +18,7 @@ let
"vm" = [ ./common/generic-vm.nix ];
"local" = [
lanzaboote.nixosModules.lanzaboote
gnome-autounlock-keyring.nixosModules.default
./common/desktop
];
};