vanadium: move user agenix to home-manager

This commit is contained in:
Primrose 2025-03-14 16:33:22 +01:00
parent 232340d1a1
commit 246eceb184
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 14 additions and 28 deletions

View file

@ -9,13 +9,7 @@
# generic modules that can be enabled on all devices
common =
mergeAttrsWith
(x: y: {
imports = [
x
y
];
})
mergeAttrsWith (x: y: {imports = [x y];})
(modulesFromDir ./common)
{
agenix = inputs.agenix.nixosModules.default;