Rename custom module to chvp
This commit is contained in:
parent
da2abefc9a
commit
7ca622b82c
32 changed files with 44 additions and 44 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
custom.zfs.systemLinks = [
|
||||
chvp.zfs.systemLinks = [
|
||||
{ path = "/var/lib/bluetooth"; type = "cache"; }
|
||||
];
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
../configurations/zsh.nix
|
||||
];
|
||||
|
||||
custom.zfs.systemLinks = [
|
||||
chvp.zfs.systemLinks = [
|
||||
{ path = "/root/.ssh"; type = "data"; }
|
||||
];
|
||||
|
||||
|
|
|
@ -57,5 +57,5 @@
|
|||
'';
|
||||
};
|
||||
|
||||
custom.gnupg.pinentryFlavor = "qt";
|
||||
chvp.gnupg.pinentryFlavor = "qt";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue