Compare commits

..

No commits in common. "522e4b7bbc0f9d49b6d30b1000496c78b220a96a" and "40b00f3eeb7198f6be3352aeef921fad29c03388" have entirely different histories.

4 changed files with 19 additions and 44 deletions

View File

@ -34,20 +34,14 @@ 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;
ledger.enable = true;
};
services.teamviewer.enable = true;
programs.steam.enable = true;
hardware.pulseaudio.enable = true;
environment.systemPackages = with pkgs; [ efibootmgr ];
system.stateVersion = "21.05"; # Did you read the comment?
}

View File

@ -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;
}
];
};
};
};
}

View File

@ -3,15 +3,6 @@
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 ];
}

View File

@ -19,7 +19,7 @@
identityFile = "~/.ssh/dodino";
};
"pepos.devs.giugl.io" = {
"pepostwo.devs.giugl.io" = {
user = "pepos";
identityFile = "~/.ssh/pepos";
};
@ -36,20 +36,13 @@
proxyJump = "bastion.nms.kcl.ac.uk";
};
"kcl-mtl-features" = {
"kcl-mtl" = {
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";
@ -113,20 +106,17 @@
"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 = "gitea";
user = "peperunas";
port = 10022;
identityFile = "~/.ssh/gitea";
identitiesOnly = true;
};
"github.com" = {