mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-23 16:49:01 -05:00
server: add networkmanager, docker, nixHelper
This commit is contained in:
parent
6ff0bc5612
commit
f472a94e5d
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ in
|
|||
{
|
||||
imports = [
|
||||
(import ../../systemModules/sops.nix { inherit NAME; })
|
||||
(import ../../systemModules/networkManager.nix { inherit NAME; })
|
||||
(import ../../systemModules/docker.nix { inherit NAME; })
|
||||
(import ../../systemModules/nixHelper.nix { inherit NAME; })
|
||||
];
|
||||
users = {
|
||||
users = {
|
||||
|
|
Loading…
Add table
Reference in a new issue