pixi is now the stable machine. lizzi is on bleeding edge
parent
3fb4dcb419
commit
08d88874b6
|
@ -20,6 +20,7 @@ let nvim_pkgs = [
|
|||
pkgs.fd
|
||||
# Python3 as alternative to bash scripts :^)
|
||||
(pkgs.python310Full.withPackages (pypkgs: [
|
||||
pypkgs.python-lsp-server # python-lsp. Now we'll have to tell mason to look for this
|
||||
pypkgs.pynvim # nvim provider
|
||||
pypkgs.ujson # pylsp seems to rely on this. satisfy it lol
|
||||
]))
|
||||
|
|
|
@ -37,6 +37,11 @@ Host lizzi
|
|||
User hungtr
|
||||
Port 22
|
||||
|
||||
Host pixi
|
||||
HostName 170.187.205.14
|
||||
User hungtr
|
||||
Port 22
|
||||
|
||||
# Ubuntu 4G Pegasust-gh@Linode
|
||||
Host ash
|
||||
HostName 192.155.95.41
|
||||
|
|
|
@ -24,13 +24,13 @@
|
|||
};
|
||||
};
|
||||
# Generic machine
|
||||
nixosConfigurations.lizzi = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.pixi = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
];
|
||||
specialArgs = {
|
||||
hostname = "lizzi";
|
||||
hostname = "pixi";
|
||||
_networking = {
|
||||
interfaces.eth1.ipv4.addresses = [{
|
||||
address = "71.0.0.1";
|
||||
|
|
Loading…
Reference in New Issue