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