mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nixos): mount truenas share
This commit is contained in:
parent
7bf69d1f3c
commit
e51fe54d57
6 changed files with 41 additions and 23 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
wired.url = "github:Toqozz/wired-notify";
|
||||
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.url = "github:ryantm/agenix/0.15.0";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -42,7 +42,6 @@
|
|||
config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (nixpkgs.lib.getName pkg) [
|
||||
"discord"
|
||||
"prl-tools"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -65,6 +64,7 @@
|
|||
modules = [
|
||||
./hosts/${device}/default.nix
|
||||
./layouts
|
||||
agenix.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue