Compare commits
5 Commits
40b00f3eeb
...
522e4b7bbc
Author | SHA1 | Date | |
---|---|---|---|
|
522e4b7bbc | ||
|
f2377efc53 | ||
|
96bca243fb | ||
|
4c2aac4d32 | ||
|
697b48e20b |
@ -34,14 +34,20 @@ in {
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||
users.extraGroups.vboxusers.members = [ "giulio" ];
|
||||
|
||||
services.printing.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 ];
|
||||
system.stateVersion = "21.05"; # Did you read the comment?
|
||||
}
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
networking.wg-quick.interfaces = {
|
||||
giupi = {
|
||||
address = ["10.3.0.2/32"];
|
||||
privateKeyFile = "/etc/wireguard/giupi.key";
|
||||
dns = ["10.3.0.1"];
|
||||
peers = [
|
||||
{
|
||||
publicKey = "I4glUMvIGjjhvQMKhwGc8copPl2t9Us/YYRjT0BKuiw=";
|
||||
allowedIPs = ["0.0.0.0/0"];
|
||||
endpoint = "architect.devs.giugl.io:1194";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
};
|
||||
giupi = {
|
||||
address = ["10.3.0.2/32"];
|
||||
privateKeyFile = "/etc/wireguard/giupi.key";
|
||||
dns = ["10.3.0.1"];
|
||||
peers = [
|
||||
{
|
||||
publicKey = "I4glUMvIGjjhvQMKhwGc8copPl2t9Us/YYRjT0BKuiw=";
|
||||
allowedIPs = ["0.0.0.0/0"];
|
||||
endpoint = "architect.devs.giugl.io:1194";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -3,6 +3,15 @@
|
||||
enable = true;
|
||||
userName = "Giulio De Pasquale";
|
||||
userEmail = "depasquale+git@giugl.io";
|
||||
extraConfig = {
|
||||
filter."lfs" = {
|
||||
process = "git-lfs filter-process";
|
||||
required = true;
|
||||
clean = "git-lfs clean -- %f";
|
||||
smudge = "git-lfs smudge -- %f";
|
||||
};
|
||||
};
|
||||
delta.enable = true;
|
||||
};
|
||||
home.packages = [ pkgs.git-lfs ];
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
identityFile = "~/.ssh/dodino";
|
||||
};
|
||||
|
||||
"pepostwo.devs.giugl.io" = {
|
||||
"pepos.devs.giugl.io" = {
|
||||
user = "pepos";
|
||||
identityFile = "~/.ssh/pepos";
|
||||
};
|
||||
@ -36,13 +36,20 @@
|
||||
proxyJump = "bastion.nms.kcl.ac.uk";
|
||||
};
|
||||
|
||||
"kcl-mtl" = {
|
||||
"kcl-mtl-features" = {
|
||||
hostname = "134.219.148.11";
|
||||
user = "peperunas";
|
||||
port = 30330;
|
||||
identityFile = "~/.ssh/kcl-mtl";
|
||||
};
|
||||
|
||||
"kcl-mtl-deeplearning" = {
|
||||
hostname = "134.219.148.11";
|
||||
user = "peperunas";
|
||||
port = 30332;
|
||||
identityFile = "~/.ssh/kcl-mtl";
|
||||
};
|
||||
|
||||
"aws-kcl" = {
|
||||
hostname = "ssh0-eu-west-2.nms.kcl.ac.uk";
|
||||
user = "k1804704";
|
||||
@ -106,17 +113,20 @@
|
||||
"architect.devs.giugl.io" = {
|
||||
user = "giulio";
|
||||
identityFile = "~/.ssh/giupi";
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
||||
"architect.devs.giugl.io.boot" = {
|
||||
hostname = "architect.devs.giugl.io";
|
||||
user = "root";
|
||||
identityFile = "~/.ssh/giupi";
|
||||
};
|
||||
|
||||
"git.giugl.io" = {
|
||||
user = "peperunas";
|
||||
user = "gitea";
|
||||
port = 10022;
|
||||
identityFile = "~/.ssh/gitea";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
|
||||
"github.com" = {
|
||||
|
Loading…
Reference in New Issue
Block a user