WIP
This commit is contained in:
parent
dadef3a62d
commit
864b305ee9
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
doomemacsSrc = builtins.fetchGit {
|
doomemacsSrc = builtins.fetchGit {
|
||||||
url = "https://github.com/doomemacs/doomemacs";
|
url = "https://github.com/doomemacs/doomemacs";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
rev = "4d072ce888577b023774460f6036abefcd0a1fa6";
|
rev = "f6851d56ef6baa5e7de8a1b2adea8c7a80f8f0fe";
|
||||||
};
|
};
|
||||||
neofetchThemesSrc = builtins.fetchGit {
|
neofetchThemesSrc = builtins.fetchGit {
|
||||||
url = "https://github.com/Chick2D/neofetch-themes";
|
url = "https://github.com/Chick2D/neofetch-themes";
|
||||||
|
|
|
@ -76,9 +76,9 @@
|
||||||
192.168.0.180 vewasmb.oekonzept.de
|
192.168.0.180 vewasmb.oekonzept.de
|
||||||
192.168.0.91 puppet.oekonzept.de
|
192.168.0.91 puppet.oekonzept.de
|
||||||
192.168.0.245 cloud.oekonzept.net
|
192.168.0.245 cloud.oekonzept.net
|
||||||
|
192.168.0.245 office.oekonzept.net
|
||||||
192.168.0.245 nixos-karl-kvm-guest.oekonzept.de
|
192.168.0.245 nixos-karl-kvm-guest.oekonzept.de
|
||||||
'';
|
'';
|
||||||
useDHCP = lib.mkDefault true;
|
|
||||||
interfaces = {
|
interfaces = {
|
||||||
enp5s0f4u1u1c2 = {
|
enp5s0f4u1u1c2 = {
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue