added ledger, steam and teamviewer
This commit is contained in:
parent
96bca243fb
commit
f2377efc53
@ -34,14 +34,20 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
|
|
||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host.enable = true;
|
||||||
virtualisation.virtualbox.host.enableExtensionPack = true;
|
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||||
users.extraGroups.vboxusers.members = [ "giulio" ];
|
users.extraGroups.vboxusers.members = [ "giulio" ];
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
|
||||||
|
hardware = {
|
||||||
|
pulseaudio.enable = true;
|
||||||
|
ledger.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
services.teamviewer.enable = true;
|
||||||
|
programs.steam.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ efibootmgr ];
|
environment.systemPackages = with pkgs; [ efibootmgr ];
|
||||||
system.stateVersion = "21.05"; # Did you read the comment?
|
system.stateVersion = "21.05"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
networking.wg-quick.interfaces = {
|
networking.wg-quick.interfaces = {
|
||||||
giupi = {
|
giupi = {
|
||||||
address = ["10.3.0.2/32"];
|
address = ["10.3.0.2/32"];
|
||||||
privateKeyFile = "/etc/wireguard/giupi.key";
|
privateKeyFile = "/etc/wireguard/giupi.key";
|
||||||
dns = ["10.3.0.1"];
|
dns = ["10.3.0.1"];
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
publicKey = "I4glUMvIGjjhvQMKhwGc8copPl2t9Us/YYRjT0BKuiw=";
|
publicKey = "I4glUMvIGjjhvQMKhwGc8copPl2t9Us/YYRjT0BKuiw=";
|
||||||
allowedIPs = ["0.0.0.0/0"];
|
allowedIPs = ["0.0.0.0/0"];
|
||||||
endpoint = "architect.devs.giugl.io:1194";
|
endpoint = "architect.devs.giugl.io:1194";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user