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 = {
interfaces.eno1 = {
useDHCP = true;
tempAddress = "disabled";
ipv6.addresses = [
{ address = "2001:700:300:22::15"; prefixLength = 64; }
];

View File

@ -47,12 +47,11 @@ in {
wl-clipboard
cliphist
(python312.withPackages (ps: with ps; [
(python311.withPackages (ps: with ps; [
numpy
pycryptodome
requests
osc-placement
python-designateclient
python-heatclient
python-magnumclient
@ -83,7 +82,6 @@ in {
};
zsh = {
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" ];
};