mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add i2p
This commit is contained in:
parent
103f7c4813
commit
6103a43011
4 changed files with 47 additions and 24 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ config, lib, pkgs, inputs, system, ... }:
|
||||
let
|
||||
cfg = config.mods;
|
||||
let cfg = config.mods;
|
||||
|
||||
in {
|
||||
# Hardware
|
||||
|
|
@ -10,9 +9,8 @@ in {
|
|||
inputs.actual.nixosModules.default
|
||||
];
|
||||
|
||||
environment.systemPackages = with inputs.nix-alien.packages.${system}; [
|
||||
nix-alien
|
||||
];
|
||||
environment.systemPackages = with inputs.nix-alien.packages.${system};
|
||||
[ nix-alien ];
|
||||
|
||||
# System
|
||||
mods.user.name = "muon";
|
||||
|
|
@ -33,13 +31,14 @@ in {
|
|||
mods.server.media.enable = true;
|
||||
mods.server.astral.enable = true;
|
||||
mods.server.astral.autoStart = false;
|
||||
|
||||
|
||||
mods.docker.media.enable = false;
|
||||
|
||||
mods.server.sync.enable = true;
|
||||
mods.tailscale.enable = true;
|
||||
mods.openvpn.enable = false;
|
||||
mods.wireguard.enable = true;
|
||||
mods.i2p.enable = true;
|
||||
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
services.actual.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue