wireguard config but not enabled

This commit is contained in:
Noah Masur
2022-06-04 10:29:36 -04:00
parent aa8765b2a2
commit 0fd3956bda
4 changed files with 21 additions and 12 deletions

View File

@ -17,6 +17,10 @@
description = "Path of dotfiles repository.";
default = builtins.toPath "/home/${config.user}/dev/personal/dotfiles";
};
dotfilesRepo = mkOption {
type = types.str;
description = "Link to dotfiles repository.";
};
};
config = {