mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-19 18:26:09 +02:00
Add Barrier KVM
This commit is contained in:
parent
1e2c6086ab
commit
fb6c73db8e
3 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
../modules/yubikey.nix
|
../modules/yubikey.nix
|
||||||
../modules/gaming/steam.nix
|
../modules/gaming/steam.nix
|
||||||
../modules/gaming/helpers.nix
|
../modules/gaming/helpers.nix
|
||||||
|
../modules/barrier.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
../modules/yubikey.nix
|
../modules/yubikey.nix
|
||||||
../modules/gaming/steam.nix
|
../modules/gaming/steam.nix
|
||||||
../modules/gaming/helpers.nix
|
../modules/gaming/helpers.nix
|
||||||
|
../modules/barrier.nix
|
||||||
#../modules/mullvad.nix
|
#../modules/mullvad.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
8
nixos/modules/barrier.nix
Normal file
8
nixos/modules/barrier.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{pkgs, ...}:
|
||||||
|
{
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.barrier
|
||||||
|
];
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 24800 ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue