Set up tinc for framework
This commit is contained in:
parent
58a49a71a8
commit
f4c514baa6
11 changed files with 94 additions and 12 deletions
|
@ -115,7 +115,19 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
imports = with modules; [ adb ios graphics wlr logitech kwallet virtualisation accounts rt-audio ];
|
||||
imports = with modules; [
|
||||
./sops.nix
|
||||
|
||||
adb
|
||||
ios
|
||||
graphics
|
||||
wlr
|
||||
logitech
|
||||
kwallet
|
||||
virtualisation
|
||||
accounts
|
||||
rt-audio
|
||||
];
|
||||
|
||||
options.common.linux = {
|
||||
enable = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue