nas0 mount feature, cleanups

This commit is contained in:
41666 2024-03-31 02:55:55 -04:00
parent 904ed4b87d
commit 2045bb881b
6 changed files with 33 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, config, ... }: {
imports = [
./hardware-configuration.nix
../../client.nix
@ -13,6 +13,7 @@
../../features/bluetooth.nix
../../features/no-rgb.nix
../../features/telemetry
../../features/nas0.nix
];
home-manager.users.noe = import ../../../home-manager/noe/hosts/aerial.nix;