pixi is now the stable machine. lizzi is on bleeding edge

nix-components
pegasust 2022-11-29 19:25:21 -07:00
parent 3fb4dcb419
commit 08d88874b6
3 changed files with 8 additions and 2 deletions

View File

@ -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
]))

View File

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

View File

@ -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";