Rename custom module to chvp

This commit is contained in:
Charlotte Van Petegem 2020-11-13 22:40:55 +01:00
parent da2abefc9a
commit 7ca622b82c
No known key found for this signature in database
GPG key ID: 019E764B7184435A
32 changed files with 44 additions and 44 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
custom.zfs.systemLinks = [
chvp.zfs.systemLinks = [
{ path = "/var/lib/bluetooth"; type = "cache"; }
];

View file

@ -19,7 +19,7 @@
../configurations/zsh.nix
];
custom.zfs.systemLinks = [
chvp.zfs.systemLinks = [
{ path = "/root/.ssh"; type = "data"; }
];

View file

@ -57,5 +57,5 @@
'';
};
custom.gnupg.pinentryFlavor = "qt";
chvp.gnupg.pinentryFlavor = "qt";
}