mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-26 10:08:51 -05:00
wrap?
This commit is contained in:
parent
f0f6cd6a54
commit
92c2a27581
1 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,8 @@ let
|
|||
NAME = "meyer";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
imports =
|
||||
[
|
||||
(import ../../systemModules/sops.nix { inherit NAME; })
|
||||
(import ../../systemModules/networkManager.nix { inherit NAME; })
|
||||
(import ../../systemModules/docker.nix { inherit NAME; })
|
||||
|
@ -41,14 +42,15 @@ in
|
|||
inherit inputs stable unstable;
|
||||
};
|
||||
users = {
|
||||
"${NAME}" =
|
||||
"${NAME}" = (
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../docker/vw
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue