Compare commits
2 Commits
ff99371792
...
2fbc6223e1
Author | SHA1 | Date | |
---|---|---|---|
2fbc6223e1 | |||
0fd4b10b1c |
@ -11,6 +11,7 @@
|
|||||||
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; }
|
||||||
];
|
];
|
||||||
|
@ -47,11 +47,12 @@ in {
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
cliphist
|
cliphist
|
||||||
|
|
||||||
(python311.withPackages (ps: with ps; [
|
(python312.withPackages (ps: with ps; [
|
||||||
numpy
|
numpy
|
||||||
pycryptodome
|
pycryptodome
|
||||||
requests
|
requests
|
||||||
|
|
||||||
|
osc-placement
|
||||||
python-designateclient
|
python-designateclient
|
||||||
python-heatclient
|
python-heatclient
|
||||||
python-magnumclient
|
python-magnumclient
|
||||||
@ -82,6 +83,7 @@ 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" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user