mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Merge branch 'vps' of codeberg.org:muon/home into vps
This commit is contained in:
commit
4e2d89e0f5
9 changed files with 304 additions and 21 deletions
|
|
@ -7,6 +7,11 @@ in {
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
inputs.shabitica.nixosModules."x86_64-linux".default
|
||||
inputs.actual.nixosModules.default
|
||||
];
|
||||
|
||||
environment.systemPackages = with inputs.nix-alien.packages.${system}; [
|
||||
nix-alien
|
||||
];
|
||||
|
||||
# System
|
||||
|
|
@ -34,9 +39,10 @@ in {
|
|||
mods.server.sync.enable = true;
|
||||
mods.tailscale.enable = true;
|
||||
mods.openvpn.enable = false;
|
||||
mods.wireguard.enable = false;
|
||||
mods.wireguard.enable = true;
|
||||
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
services.actual.enable = true;
|
||||
|
||||
# Proprietary </3
|
||||
mods.unfree.steam.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue