Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre LUCAZEAU c56e8e1062 UPGRADE web server FROM 21.11 to 23.11 2023-12-05 16:11:20 +00:00
Alexandre LUCAZEAU 3bcf24b6a7 FIX : typo 2023-12-05 15:44:01 +00:00
5 changed files with 11 additions and 9 deletions

View File

@ -4,16 +4,16 @@
./hardware-configuration.nix
./webserver.nix
./firewall-web.nix
../modules/gitea.nix
../modules/prometheus-node.nix
../modules/common.nix
../modules/users.nix
modules/gitea.nix
modules/prometheus-node.nix
modules/common.nix
modules/users.nix
# ../docker/appsmith.nix
../docker/kuma.nix
../modules/syncthing.nix
docker/kuma.nix
modules/syncthing.nix
];
system.stateVersion = "21.11";
system.stateVersion = "23.11";
boot.tmp.cleanOnBoot = true;
zramSwap.enable = false;
@ -25,6 +25,6 @@
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};
};
}

1
hosts/web/docker Symbolic link
View File

@ -0,0 +1 @@
/home/alexandre/git/nixos-config/docker/

1
hosts/web/modules Symbolic link
View File

@ -0,0 +1 @@
/home/alexandre/git/nixos-config/modules/

0
hosts/web/scaphandre Executable file
View File

View File

@ -28,7 +28,7 @@
programs.fish.shellAliases = {
ll = "ls -l";
ls = "lsd";
lssh = "ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -o 'HostKeyAlgorithms +ssh-dss' -i ~/.ssh/id_rsa"
lssh = "ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -o 'HostKeyAlgorithms +ssh-dss' -i ~/.ssh/id_rsa";
# vi = "nvim";
# vim = "nvim";
};