some stuff
This commit is contained in:
parent
cd8343c0c4
commit
d2fd9fda8a
26 changed files with 377 additions and 83 deletions
|
@ -44,6 +44,8 @@ in {
|
|||
"${self}/secrets"
|
||||
"${self}/secrets/nixdesk"
|
||||
|
||||
"${mod}/network/wifi.nix"
|
||||
|
||||
"${mod}/services/syncthing.nix"
|
||||
"${mod}/services/virt/podman.nix"
|
||||
"${mod}/services/virt/waydroid.nix"
|
||||
|
@ -52,6 +54,7 @@ in {
|
|||
"${mod}/desktop/x11/nosleep.nix"
|
||||
|
||||
"${mod}/programs/gamemode.nix"
|
||||
"${mod}/programs/gamescope.nix"
|
||||
"${mod}/programs/steam.nix"
|
||||
|
||||
{
|
||||
|
@ -65,6 +68,7 @@ in {
|
|||
hopper = {
|
||||
deployment = {
|
||||
targetUser = "xun";
|
||||
targetHost = "hopper.local";
|
||||
};
|
||||
imports = [
|
||||
./hopper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue