fix vaultwarden domain
this makes vaultwarden send downloads work correctly
This commit is contained in:
parent
02385086ff
commit
b10a2331c4
3 changed files with 10 additions and 3 deletions
|
@ -15,10 +15,12 @@
|
|||
systems = ["x86_64-linux"];
|
||||
|
||||
flake.nixosConfigurations = mylib.loadConfigurations ./sys/machines (hostname: {
|
||||
inherit inputs self systemProfiles homeProfiles homeSuites vars;
|
||||
inherit inputs self systemProfiles homeProfiles homeSuites vars mylib;
|
||||
hostVars = ./vars/${hostname};
|
||||
});
|
||||
|
||||
flake._mylib = mylib;
|
||||
|
||||
perSystem = {pkgs, ...}: {
|
||||
imports = [
|
||||
./shells
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue