mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
use read-made spotifyd module move sshPort to niveum lib (used also from deploy.nix) factor out sshd config, use from toum factor out urlwatch access scardanelli locally mpd: configure webradio playlist scardanelli: use cage for kiosk toum: use wifi config toum: use spacetime, dont redeclare toum: use ssh config
21 lines
455 B
Nix
21 lines
455 B
Nix
{
|
|
localAddresses = {
|
|
toum = "192.168.178.24";
|
|
scardanelli = "192.168.178.21";
|
|
homeros = "192.168.178.22";
|
|
wilde = "192.168.178.32";
|
|
android = "192.168.178.35";
|
|
|
|
tradfri = "192.168.178.28";
|
|
officejet = "192.168.178.27";
|
|
fritzbox = "192.168.178.1";
|
|
};
|
|
|
|
nixpkgs-unstable = builtins.fetchGit {
|
|
url = "https://github.com/NixOS/nixpkgs";
|
|
rev = "4512dac960f3833cf24cdbd742b63cb447bbdd9a";
|
|
};
|
|
|
|
sshPort = 22022;
|
|
}
|