Compare commits
No commits in common. "522e4b7bbc0f9d49b6d30b1000496c78b220a96a" and "40b00f3eeb7198f6be3352aeef921fad29c03388" have entirely different histories.
522e4b7bbc
...
40b00f3eeb
@ -34,20 +34,14 @@ 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;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -3,15 +3,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "Giulio De Pasquale";
|
userName = "Giulio De Pasquale";
|
||||||
userEmail = "depasquale+git@giugl.io";
|
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;
|
delta.enable = true;
|
||||||
};
|
};
|
||||||
home.packages = [ pkgs.git-lfs ];
|
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
identityFile = "~/.ssh/dodino";
|
identityFile = "~/.ssh/dodino";
|
||||||
};
|
};
|
||||||
|
|
||||||
"pepos.devs.giugl.io" = {
|
"pepostwo.devs.giugl.io" = {
|
||||||
user = "pepos";
|
user = "pepos";
|
||||||
identityFile = "~/.ssh/pepos";
|
identityFile = "~/.ssh/pepos";
|
||||||
};
|
};
|
||||||
@ -36,20 +36,13 @@
|
|||||||
proxyJump = "bastion.nms.kcl.ac.uk";
|
proxyJump = "bastion.nms.kcl.ac.uk";
|
||||||
};
|
};
|
||||||
|
|
||||||
"kcl-mtl-features" = {
|
"kcl-mtl" = {
|
||||||
hostname = "134.219.148.11";
|
hostname = "134.219.148.11";
|
||||||
user = "peperunas";
|
user = "peperunas";
|
||||||
port = 30330;
|
port = 30330;
|
||||||
identityFile = "~/.ssh/kcl-mtl";
|
identityFile = "~/.ssh/kcl-mtl";
|
||||||
};
|
};
|
||||||
|
|
||||||
"kcl-mtl-deeplearning" = {
|
|
||||||
hostname = "134.219.148.11";
|
|
||||||
user = "peperunas";
|
|
||||||
port = 30332;
|
|
||||||
identityFile = "~/.ssh/kcl-mtl";
|
|
||||||
};
|
|
||||||
|
|
||||||
"aws-kcl" = {
|
"aws-kcl" = {
|
||||||
hostname = "ssh0-eu-west-2.nms.kcl.ac.uk";
|
hostname = "ssh0-eu-west-2.nms.kcl.ac.uk";
|
||||||
user = "k1804704";
|
user = "k1804704";
|
||||||
@ -113,20 +106,17 @@
|
|||||||
"architect.devs.giugl.io" = {
|
"architect.devs.giugl.io" = {
|
||||||
user = "giulio";
|
user = "giulio";
|
||||||
identityFile = "~/.ssh/giupi";
|
identityFile = "~/.ssh/giupi";
|
||||||
forwardAgent = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"architect.devs.giugl.io.boot" = {
|
"architect.devs.giugl.io.boot" = {
|
||||||
hostname = "architect.devs.giugl.io";
|
|
||||||
user = "root";
|
user = "root";
|
||||||
identityFile = "~/.ssh/giupi";
|
identityFile = "~/.ssh/giupi";
|
||||||
};
|
};
|
||||||
|
|
||||||
"git.giugl.io" = {
|
"git.giugl.io" = {
|
||||||
user = "gitea";
|
user = "peperunas";
|
||||||
port = 10022;
|
port = 10022;
|
||||||
identityFile = "~/.ssh/gitea";
|
identityFile = "~/.ssh/gitea";
|
||||||
identitiesOnly = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user