Compare commits

...

2 Commits

2 changed files with 4 additions and 1 deletions

View File

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

View File

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