264 current 2024-10-02 15:42:07 24.11.20240916.99dc878 6.11.0 *

This commit is contained in:
sadan 2024-10-02 15:42:18 -04:00
parent ad27d55764
commit 1d4904a4c9
No known key found for this signature in database
3 changed files with 27 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
let
NAME = "meyer";
in
{
imports = [
(import ../modules/networkManager.nix { inherit NAME; })
];
}