Compare commits

..

No commits in common. "2fbc6223e1a36d405295188b6a4347e39bf90c55" and "ff99371792189e918b2ef7df5f0c8218354e1b7a" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,6 @@
networking = { networking = {
interfaces.eno1 = { interfaces.eno1 = {
useDHCP = true; useDHCP = true;
tempAddress = "disabled";
ipv6.addresses = [ ipv6.addresses = [
{ address = "2001:700:300:22::15"; prefixLength = 64; } { address = "2001:700:300:22::15"; prefixLength = 64; }
]; ];

View File

@ -47,12 +47,11 @@ in {
wl-clipboard wl-clipboard
cliphist cliphist
(python312.withPackages (ps: with ps; [ (python311.withPackages (ps: with ps; [
numpy numpy
pycryptodome pycryptodome
requests requests
osc-placement
python-designateclient python-designateclient
python-heatclient python-heatclient
python-magnumclient python-magnumclient
@ -83,7 +82,6 @@ in {
}; };
zsh = { zsh = {
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config"; shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
shellAliases."sl2" = "$HOME/repos/shiftleader2/venv/bin/python $HOME/repos/shiftleader2/shiftleader2-client/sl2";
prezto.pmodules = [ "ssh" ]; prezto.pmodules = [ "ssh" ];
}; };