mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fix: corriger le chemin d'importation
This commit is contained in:
parent
0df38f9cfd
commit
52ea5b75e8
3 changed files with 29 additions and 15 deletions
|
@ -14,7 +14,7 @@ in
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./features
|
||||
../shared
|
||||
../../shared
|
||||
];
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
|
@ -96,6 +96,7 @@ in
|
|||
"jellyfin"
|
||||
"bazarr"
|
||||
"calibre-web"
|
||||
"sabnzbd"
|
||||
username
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue