remove gitea config
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" "wireshark"];
|
extraGroups = [ "networkmanager" "wheel" "docker" "wireshark"];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 lukas"
|
mainUser.sshKey
|
||||||
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuRAKtoU5rjSbjDxlac6oAww/XHgsVRFHwIVnVm/TrTtDNqRyAkr6fIUiSKTHrpBPyJjIKCzkHS8QhbS2zZo4wjcgAyMyK33q/CzLs8DPQMWX0RKxR+OaVNwh90iWHr663a5x7ztTag3oPGOAYjeqCoIJWyQRlvIKflriJnAjWE8nvw4QkErpRWo4JJnhS61GQMrPT6VK0yXzq3zQs2t3cXTvGMmeLjBuluvJ6yiDk2bAGdY2UWnbs1y2M1TD3xn0pHzITeQnoWLfy+cwPHnEulciVqyr4pp6LDygmIPI1rxKAIQUnwo09n/A1eIcqlUo8aKy7ZDyrssuGWKZ/U4FC258NWwdUPbjyQvzNdcZjXC4+AmQTb+DwiECYOCfF7O/uRRqoFl7jfVfKqHJ7DKebt20QKwDCH/d5qfDs6xA0Krl2dgu3vePhsOkmpnIfPk9Cxl+YHGfmpCOVQHhxCwpkQs0Oh7NerO3idnG1enckjCuzCotnL8vDhczdL4eZmus= kopatz@nix-laptop
|
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuRAKtoU5rjSbjDxlac6oAww/XHgsVRFHwIVnVm/TrTtDNqRyAkr6fIUiSKTHrpBPyJjIKCzkHS8QhbS2zZo4wjcgAyMyK33q/CzLs8DPQMWX0RKxR+OaVNwh90iWHr663a5x7ztTag3oPGOAYjeqCoIJWyQRlvIKflriJnAjWE8nvw4QkErpRWo4JJnhS61GQMrPT6VK0yXzq3zQs2t3cXTvGMmeLjBuluvJ6yiDk2bAGdY2UWnbs1y2M1TD3xn0pHzITeQnoWLfy+cwPHnEulciVqyr4pp6LDygmIPI1rxKAIQUnwo09n/A1eIcqlUo8aKy7ZDyrssuGWKZ/U4FC258NWwdUPbjyQvzNdcZjXC4+AmQTb+DwiECYOCfF7O/uRRqoFl7jfVfKqHJ7DKebt20QKwDCH/d5qfDs6xA0Krl2dgu3vePhsOkmpnIfPk9Cxl+YHGfmpCOVQHhxCwpkQs0Oh7NerO3idnG1enckjCuzCotnL8vDhczdL4eZmus= kopatz@nix-laptop
|
||||||
"
|
"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
|
|
||||||
[push]
|
|
||||||
default = upstream
|
|
||||||
[core]
|
|
||||||
repositoryformatversion = 0
|
|
||||||
filemode = false
|
|
||||||
bare = false
|
|
||||||
logallrefupdates = true
|
|
||||||
symlinks = false
|
|
||||||
ignorecase = true
|
|
||||||
[mergetool]
|
|
||||||
keeptemporaries = false
|
|
||||||
keepbackups = false
|
|
||||||
prompt = false
|
|
||||||
trustexitcode = false
|
|
||||||
[user]
|
|
||||||
name = Kopatz
|
|
||||||
email = lukas.kopatz111@gmail.com
|
|
||||||
@@ -15,4 +15,4 @@
|
|||||||
trustexitcode = false
|
trustexitcode = false
|
||||||
[user]
|
[user]
|
||||||
name = Kopatz
|
name = Kopatz
|
||||||
email = lukas.kopatz111@gmail.com
|
email = lukas.kopatz11@gmail.com
|
||||||
|
|||||||
@@ -31,11 +31,6 @@
|
|||||||
source = ./.gitconfig;
|
source = ./.gitconfig;
|
||||||
target = ".gitconfig";
|
target = ".gitconfig";
|
||||||
};
|
};
|
||||||
home.file.".gitconfig-gitea" = {
|
|
||||||
enable = true;
|
|
||||||
source = ./.gitconfig-gitea;
|
|
||||||
target = ".gitconfig-gitea";
|
|
||||||
};
|
|
||||||
home.file.".gitconfig-github" = {
|
home.file.".gitconfig-github" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
source = ./.gitconfig-github;
|
source = ./.gitconfig-github;
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
mainUser.name = "vm";
|
mainUser.name = "vm";
|
||||||
virtualisation.vmVariant = {
|
virtualisation.vmVariant = {
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
memorySize = 4096; # Use 2048MiB memory.
|
memorySize = 8192;
|
||||||
cores = 4;
|
cores = 8;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user