mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: wireguard test
This commit is contained in:
parent
9c8890926e
commit
6fb7b5504d
7 changed files with 82 additions and 42 deletions
|
@ -18,7 +18,6 @@ in
|
|||
wayland
|
||||
searx
|
||||
flatpak
|
||||
wireGuard
|
||||
;
|
||||
};
|
||||
};
|
||||
|
@ -33,7 +32,6 @@ in
|
|||
sddm
|
||||
flatpak
|
||||
espanso
|
||||
wireGuard
|
||||
glance
|
||||
;
|
||||
};
|
||||
|
@ -44,7 +42,6 @@ in
|
|||
inherit (modules)
|
||||
plasma
|
||||
sddm
|
||||
wireGuard
|
||||
;
|
||||
};
|
||||
};
|
||||
|
@ -70,15 +67,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
mantle = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
sops
|
||||
xserver
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
crust = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
|
@ -88,6 +76,15 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
mantle = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
sops
|
||||
xserver
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
core = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue