add(nixos): mount truenas share

This commit is contained in:
Léana 江 2023-12-27 12:00:05 +01:00 committed by Léana 江
parent 7bf69d1f3c
commit e51fe54d57
6 changed files with 41 additions and 23 deletions

View file

@ -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 = {