Compare commits

...

5 Commits

Author SHA1 Message Date
Giulio De Pasquale
522e4b7bbc Merge branch 'master' of ssh://git.giugl.io:10022/peperunas/nixos 2021-11-25 11:39:17 +00:00
Giulio De Pasquale
f2377efc53 added ledger, steam and teamviewer 2021-11-25 11:38:00 +00:00
Giulio De Pasquale
96bca243fb added git-lfs to config 2021-11-25 11:37:25 +00:00
Giulio De Pasquale
4c2aac4d32 ssh config update 2021-11-25 11:36:27 +00:00
Giulio De Pasquale
697b48e20b removed pkgs 2021-11-08 12:45:04 +00:00
4 changed files with 44 additions and 19 deletions

View File

@ -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?
} }

View File

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

View File

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